Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jan 29, 2024
1 parent d630a6c commit e406b34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions taxcalc/validation/taxsim35/input_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ def get_ftp_output(letter, year):
f = str(letter + str(year) + ".in")
file_out = f + ".out-taxsim"
os.system(
f"ssh -T -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null [email protected] <{f} >{file_out}"
# f"ssh -T -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null [email protected] <{f} >{file_out}"
# )
f' curl -F {f}=@{f} "https://taxsim.nber.org/taxsim35/redirect.cgi" >{file_out}'
)


def change_delim(letter, year):
""" "
This function changes the delimter in the taxsim output files from
This function changes the delimeter in the taxsim output files from
a comma to a space
This is necessary because taxsim output seems to vary - for some years
Expand Down

0 comments on commit e406b34

Please sign in to comment.