Skip to content

Commit

Permalink
Update xpub.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acidsploit authored Mar 6, 2018
1 parent e9d4452 commit a478b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpub.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def find_data_dir():
for data_dir in data_dir_locations:
try:
os.chdir(data_dir)
except (OSError, NotADirectoryError):
except (OSError):
continue
if os.path.isfile('key.list'):
print('Using {dir} as data directory'.format(dir=data_dir))
Expand Down

0 comments on commit a478b22

Please sign in to comment.