Skip to content

Commit

Permalink
Fix indentation, add one space
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin committed Jun 30, 2020
1 parent d98acfd commit 61a5642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tesk_core/filer.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def copyFile(src, dst):
dst=os.path.dirname(dst)

for file in glob(src):
shutil.copy(file, dst)
shutil.copy(file, dst)


class FileTransput(Transput):
Expand Down

0 comments on commit 61a5642

Please sign in to comment.