Skip to content

Commit

Permalink
activating workflows v5
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Jun 26, 2024
1 parent e4d6012 commit 8b04950
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pymapmanager/interface2/pyMapManagerApp2.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,11 @@ def loadPlugins(verbose=False, pluginType='stack') -> dict:
return pluginDict

class PyMapManagerApp(QtWidgets.QApplication):
def __init__(self, argv, deferFirstWindow=False):

print('xxx here xxx')

def __init__(self, argv=[], deferFirstWindow=False):
super().__init__(argv)

return

self._config = pymapmanager.interface2.Preferences(self)
# util class to save/load app preferences including recent paths

Expand Down

0 comments on commit 8b04950

Please sign in to comment.