Skip to content

Commit

Permalink
linted file
Browse files Browse the repository at this point in the history
linted file
  • Loading branch information
mschwamb committed Mar 14, 2024
1 parent 8e6637f commit 1b1faaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/sorcha/modules/PPCommandLineParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ def PPCommandLineParser(args):

# if a value was provided, warn the user about overwriting if the file exists
if cmd_args_dict["output_ephemeris_file"]:
warn_or_remove_file( os.path.join(cmd_args_dict["outpath"], cmd_args_dict["output_ephemeris_file"]+ ".*"), args.f, pplogger)
warn_or_remove_file(
os.path.join(cmd_args_dict["outpath"], cmd_args_dict["output_ephemeris_file"] + ".*"),
args.f,
pplogger,
)

cmd_args_dict["surveyname"] = args.s
cmd_args_dict["outfilestem"] = args.t
Expand Down

0 comments on commit 1b1faaf

Please sign in to comment.