Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 29, 2024
1 parent 3ac63c1 commit 9ed465e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strato/backends/_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def copy(self, recursive, ionice, filenames, quiet, dryrun):
def sync(self, ionice, source, target, quiet, dryrun):
if shutil.which("rsync") is None:
raise Exception("rsync is not installed!")
#target = os.path.dirname(target)
# target = os.path.dirname(target)
os.makedirs(target, exist_ok=True)
call_args = (
["ionice", "-c", "2", "-n", "7"]
Expand Down

0 comments on commit 9ed465e

Please sign in to comment.