Skip to content

Commit

Permalink
Corrected flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Jan 12, 2017
1 parent 9282d76 commit 2b32e2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion molecule/command/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def get_configs(args, command_args):
the CLI.
:return: list
"""
current_directory = os.path.join(os.getcwd(), 'molecule')
configs = [
config.Config(
molecule_file=os.path.abspath(c),
Expand Down

0 comments on commit 2b32e2f

Please sign in to comment.