Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes11833 committed Nov 26, 2024
1 parent 1a50c53 commit afa59fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclone_python/rclone.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def mkdir(
return process.stdout
else:
raise Exception(
f"An error occurred while executing the cat command: {process.stderr}"
f"An error occurred while executing the mkdir command: {process.stderr}"
)


Expand Down

0 comments on commit afa59fc

Please sign in to comment.