Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	main.py
  • Loading branch information
Jenusdy committed Jul 25, 2023
1 parent b17f85a commit c5b30ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ def complete(self, n):
self.progressBar.setValue(len(self.completed_jobs))

if len(self.completed_jobs) == len(list_images):
self.completed_jobs = sorted(self.completed_jobs, key=lambda x: x[0])
self.createRekap()
self.prosesBtn.setEnabled(True)
self.prosesSekarang.setText("Proses selesai silahkan cek folder output!")
Expand Down
3 changes: 2 additions & 1 deletion main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ exe = EXE(
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=True,
console=False,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon=['resource\\sweety.ico'],
)

0 comments on commit c5b30ea

Please sign in to comment.