Move hideErrorTypes & showError() to PythonBridge

This commit is contained in:
miruka
2020-08-03 01:19:08 -04:00
parent 040e966d27
commit c813e92ac7
9 changed files with 24 additions and 25 deletions

View File

@@ -57,7 +57,7 @@ HFileDialogOpener {
)
)
if (unknown) utils.showError(type, traceback, uuid)
if (unknown) py.showError(type, traceback, uuid)
})
}