Skip to content

Commit

Permalink
solutions/ex2a.py: Match what's shown in the slides.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Aug 27, 2017
1 parent c9f307a commit cc364e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/programmers/tutorials/workflows/solutions/ex2a.py
Expand Up @@ -14,6 +14,7 @@ class AScript(SessionBasedScript):
Minimal workflow scaffolding.
"""
def __init__(self):
super(AScript, self).__init__(version='1.0')
super(AScript, self).__init__(version='1.0')
def new_tasks(self, extra):
return []
apps_to_run = [ ]
return apps_to_run

0 comments on commit cc364e7

Please sign in to comment.