Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMalyMM committed Aug 8, 2023
1 parent 6568e9e commit 46bb19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pppp2.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def isfile_or_touch(path):
print(f"File created: {os.path.basename(os.getcwd())}/{path}")
else:
Path(path).touch()
print(f"File empty: {os.path.basename(os.getcwd())}/{path}")
print(f"File empty: {os.path.basename(os.getcwd())}/{path}")
return


Expand Down

0 comments on commit 46bb19d

Please sign in to comment.