Skip to content
Snippets Groups Projects
Commit 72d1a08a authored by Stefano Borini's avatar Stefano Borini
Browse files

Merge branch 'py2-compatibility' into use-ids-instead-of-names

parents 0a47c268 5d9ffc57
No related branches found
No related tags found
1 merge request!20Use ids instead of names in bundles.
...@@ -54,7 +54,7 @@ class BDSSApplication(Application): ...@@ -54,7 +54,7 @@ class BDSSApplication(Application):
except NoMatches: except NoMatches:
print("No extensions found") print("No extensions found")
super().__init__(plugins=plugins) super(BDSSApplication, self).__init__(plugins=plugins)
def _workflow_default(self): def _workflow_default(self):
with open(self.workflow_filepath) as f: with open(self.workflow_filepath) as f:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment