Updated casing etc of GUI
Compare changes
+ 1
− 1
@@ -35,7 +35,7 @@ class Arrow(QGraphicsLineItem):
@@ -35,7 +35,7 @@ class Arrow(QGraphicsLineItem):
self._window.logger.info(f"Operation detected in existing sfg, removing sfg with name: {self._window.opToSFG[operation].name}.")
self._window.opToSFG = {op: self._window.opToSFG[op] for op in self._window.opToSFG if self._window.opToSFG[op] is not self._window.opToSFG[operation]}