Skip to content

Commit

Permalink
adapt #532 to windows stacker.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
troyready authored and ejholmes committed Mar 23, 2018
1 parent c1aad4f commit 1f3b7c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/stacker.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ goto :EOF

#!/usr/bin/env python

from stacker.logger import setup_logging
from stacker.commands import Stacker

if __name__ == "__main__":
stacker = Stacker()
stacker = Stacker(setup_logging=setup_logging)
args = stacker.parse_args()
stacker.configure(args)
args.run(args)

0 comments on commit 1f3b7c7

Please sign in to comment.