mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Hound
This commit is contained in:
parent
8b570c7c82
commit
1cb47023a1
2 changed files with 2 additions and 2 deletions
|
|
@ -404,7 +404,7 @@ class SyncServerThread(threading.Thread):
|
|||
exc_info=True)
|
||||
except Exception:
|
||||
self.stop()
|
||||
log.warning("Unhandled exception in sync loop, stopping server",
|
||||
log.warning("Unhandled except. in sync loop, stopping server",
|
||||
exc_info=True)
|
||||
|
||||
def stop(self):
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@ class _SyncRepresentationModel(QtCore.QAbstractTableModel):
|
|||
break
|
||||
# add default one
|
||||
self.sort['_id'] = 1
|
||||
|
||||
|
||||
self.query = self.get_query()
|
||||
# import json
|
||||
# log.debug(json.dumps(self.query, indent=4).\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue