File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments