Skip to content

Commit

Permalink
FIX: Error in web main template
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Brannelly committed Nov 15, 2019
1 parent 8085ad3 commit f6c87f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/new/web_main.py.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ assemblies = [
]

@has_config
def main(config):
def main(config=None):
default_runner = config.get_path('runner.default')
default_assembler = config.get_path('assembler.default')

Expand Down

0 comments on commit f6c87f0

Please sign in to comment.