Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbering committed May 25, 2019
1 parent 6b38f50 commit 6aa41d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def _main():
inventory.add_resource(resource)

sys.stdout.write(json.dumps(inventory.to_dict(), indent=2))
except Exception as e:
except Exception:
traceback.print_exc(file=sys.stderr)
sys.exit(1)

Expand Down

0 comments on commit 6aa41d2

Please sign in to comment.