Skip to content

Commit

Permalink
Corrected a flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Jan 5, 2017
1 parent f8da122 commit ccb4765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/command/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ def create(ctx, scenario_name): # pragma: no cover

for config in base.get_configs(args, command_args):
c = Create(config)
#c.execute()
c.execute()

0 comments on commit ccb4765

Please sign in to comment.