mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-15 09:52:04 +08:00
fix AttributeError: 'FakeSpinner' object has no attribute 'close' (#1317)
This commit is contained in:
@@ -50,6 +50,9 @@ class FakeSpinner():
|
||||
def update(self, _):
|
||||
pass
|
||||
|
||||
def close(self):
|
||||
pass
|
||||
|
||||
def __exit__(self, type, value, traceback):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user