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 d280b82 commit 09d5840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsot_sync/creds_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def __init__(self, **kwargs):

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


Expand Down

0 comments on commit 09d5840

Please sign in to comment.