Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pmotools/utils/small_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def outputfile_check(output_file: str, overwrite: bool = False):
raise Exception(
"Output file "
+ output_file
+ " already exists, use --overwrite to overwrite it"
+ " already exists, use overwrite=T (or --overwrite if running from command line interface) to overwrite it"
)

@staticmethod
Expand Down