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 19, 2019
1 parent a4a9860 commit f6acb14
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 @@ -23,7 +23,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 f6acb14

Please sign in to comment.