Skip to content

Commit

Permalink
Finish splittraj_log
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Click committed Jul 7, 2018
2 parents 160e2ec + 4ba148a commit 65f2807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fluctmatch/commands/cmd_splittraj.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"--logfile",
metavar="LOG",
show_default=True,
default=path.join(os.getcwd(), "splittraj.log"),
default="splittraj.log",
type=click.Path(exists=False, file_okay=True, resolve_path=True),
help="Log file",
)
Expand Down

0 comments on commit 65f2807

Please sign in to comment.