We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574c509 commit 3e375c2Copy full SHA for 3e375c2
src/compas_viewer/viewer.py
@@ -20,7 +20,6 @@
20
21
class Viewer(Singleton):
22
def __init__(self, config: Optional[Config] = None, **kwargs):
23
-
24
self.running = False
25
self.app = QApplication(sys.argv)
26
self.app.setApplicationName("COMPAS Viewer")
0 commit comments