Skip to content

Commit 9441b53

Browse files
committed
Fix exception from progress windows when comtypes isn't available.
1 parent 5b262d1 commit 9441b53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/zMayaTools/taskbar_progress.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ class ProgressWindowWindowsTaskbarUnavailable(util.ProgressWindow):
4848
@classmethod
4949
def available(cls):
5050
return False
51+
52+
def set_total_progress_value(self, total_progress_values):
53+
pass
5154

5255
ProgressWindowWindowsTaskbar = ProgressWindowWindowsTaskbarUnavailable
5356

0 commit comments

Comments
 (0)