Skip to content

Commit e1b78aa

Browse files
committed
Updated Python build scripts
1 parent eeaedba commit e1b78aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BuildPackages.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
print(libraryfile)
4747
libraryzip.write(libraryfile, os.path.relpath(libraryfile, os.path.split(libraryfile)[0]))
4848
print("\nDone!")
49-
time.sleep(2.0)
49+
#time.sleep(2.0)

BuildRelease.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
print("No .sublime-package files in \"%s\"!" % inputdirectory)
3535
else:
3636
print("\"%s\" does not exist!" % inputdirectory)
37-
time.sleep(2.0)
37+
#time.sleep(2.0)

0 commit comments

Comments
 (0)