mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-20 10:26:44 +01:00
Changed print order
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
f1c474a550
commit
3007278cf6
1 changed files with 2 additions and 2 deletions
|
@ -43,6 +43,6 @@ def clean_tmp():
|
|||
# Recreate the paths again
|
||||
if not os.path.exists(tmps[0]):
|
||||
for tmp in tmps:
|
||||
print(f"Created directory: {tmp}")
|
||||
os.mkdir(tmp)
|
||||
print("Done!")
|
||||
print(f"Created directory: {tmp}")
|
||||
print("Done!")
|
||||
|
|
Loading…
Reference in a new issue