Skip to content

Commit a7199af

Browse files
committed
added dank comments for my smooth brain
1 parent daf4c47 commit a7199af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

FT_Builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def main():
356356
)
357357

358358

359-
359+
#cleaning up
360360
delete_files_in_directory(os.path.abspath(os.path.join(os.path.dirname(__file__), 'build')))
361361

362362
if os.path.isfile(os.path.abspath(os.path.join(os.path.dirname(__file__), "! " + NameCustomAvatarDir + "Patcher.py"))):
@@ -366,7 +366,7 @@ def main():
366366
os.remove(os.path.abspath(os.path.join(os.path.dirname(__file__), "! " + NameCustomAvatarDir + "Patcher.spec")))
367367

368368

369-
369+
#yippie
370370
print_ascii_Ready()
371371

372372

@@ -385,7 +385,7 @@ def main():
385385
if os.path.isfile(os.path.abspath(os.path.join(os.path.dirname(__file__), "! " + NameCustomAvatarDir + "Patcher.spec"))):
386386
os.remove(os.path.abspath(os.path.join(os.path.dirname(__file__), "! " + NameCustomAvatarDir + "Patcher.spec")))
387387

388-
388+
#big_sadge
389389
print("An error occurred while copying the file:", str(e))
390390

391391

0 commit comments

Comments
 (0)