Skip to content

Commit

Permalink
Print to stderr the file removal
Browse files Browse the repository at this point in the history
Co-authored-by: Davide Principi <[email protected]>
  • Loading branch information
stephdl and DavidePrincipi authored Nov 20, 2023
1 parent 5d7eb71 commit 550c43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/actions/import-module/40migration
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ FOLDERSYNCHRONIZATION={foldersynchronization}

# Remove the file
os.remove(file_path)
print(f"File {file_path} removed.")
print(f"File {file_path} removed.", file=sys.stderr)

0 comments on commit 550c43b

Please sign in to comment.