Skip to content

Commit

Permalink
Fix error when no output is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlGao4 committed Nov 2, 2024
1 parent e95e5e4 commit 63b795e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GUI/GuiMain.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,7 @@ def save(
while True:
main_window.mixer.setEnabled(False)
self.retry_button.setEnabled(False)
ret = None
for stem, stem_data in main_window.mixer.mix(origin, tensor):
try:
if separator.np.isnan(stem_data).any() or separator.np.isinf(stem_data).any():
Expand Down

0 comments on commit 63b795e

Please sign in to comment.