Fixed pycodestyle E7 errors
This commit is contained in:
+1
-1
@@ -391,7 +391,7 @@ class GuiMain(QMainWindow):
|
||||
int(self.theProject.lockedBy[3])
|
||||
).strftime("%x %X")
|
||||
)
|
||||
except:
|
||||
except Exception:
|
||||
lockDetails = ""
|
||||
|
||||
msgBox = QMessageBox()
|
||||
|
||||
Reference in New Issue
Block a user