Skip to content

Commit

Permalink
Make $HOME/.growthmarshal optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten authored Sep 19, 2018
1 parent a6afe84 commit 9eb2979
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions marshaltools/BaseTable.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ def decrypt_config():
out = json.load(open(_CONFIG_FILE, "r"))
return out['username'], out['password']

if not os.path.exists(_CONFIG_FILE):
encrypt_config()


class BaseTable(object):
"""
Virtual class that only contains the config loading method
Expand Down

0 comments on commit 9eb2979

Please sign in to comment.