Skip to content

Commit

Permalink
📦 chore: Log message modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
xitowzys committed May 11, 2023
1 parent f8e866b commit 20fae60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ def execute(self):
filelist = glob.glob(os.path.join(
f"{project_root}/tmp/models", "model_*"))
for f in filelist:
logger.debug(f)
logger.debug(f"The file \"{os.path.basename(f)}\" has been deleted.")
os.remove(f)

0 comments on commit 20fae60

Please sign in to comment.