Skip to content

Commit

Permalink
Conflict: Indicate existing file name in message.
Browse files Browse the repository at this point in the history
  • Loading branch information
badshah400 committed Feb 15, 2024
1 parent 6682f37 commit afc14bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tartex/tartex.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,8 @@ def _tar_name_conflict(self, tpath):
)
elif new_path.exists():
sys.exit(
"Error: A tar file with the same name also"
"Error: A tar file with the same name"
f" [{_full_if_not_rel_path(new_path, self.cwd)!s}] also"
" exists\nQuitting"
)
else:
Expand Down

0 comments on commit afc14bd

Please sign in to comment.