Skip to content

Commit

Permalink
add logger to creds_mng
Browse files Browse the repository at this point in the history
  • Loading branch information
liorf committed Mar 1, 2017
1 parent 82c0e8c commit ee3fb25
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nsot_sync/creds_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ def __init__(self, **kwargs):
self.update_creds = value
else:
raise Exception('Error: kwargs is None')

self.creds_filename = os.path.normpath(os.path.expanduser('~') + '/.' + self.creds_filename)
# print (self.creds_filename)
# print (os.path.expanduser('~'))
# exit(0)


@property
def load_creds(self):
Expand Down

0 comments on commit ee3fb25

Please sign in to comment.