Skip to content

Commit

Permalink
fix: fixed linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-lymar committed Jun 28, 2024
1 parent 5e8a525 commit 2ded2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makedoc/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def delete_files():
try:
if os.path.isdir(item_path):
shutil.rmtree(item_path)
except Exception:
except Exception as e:
return f"Failed to delete {item_path}. Reason {e}"

return "Successfully deleted all user folders"

0 comments on commit 2ded2f5

Please sign in to comment.