Skip to content
Snippets Groups Projects
Commit f4a9a999 authored by jmcchesn's avatar jmcchesn
Browse files

debug

parent fc347ea9
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ def write_dict(filename,d,**kwargs):
**kwargs:
path = path to folder containing dictionary file (default: .IEX_dictionaries)
"""
kwargs.setdefault('verbose',True)
if 'path' in kwargs:
path = kwargs['path']
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment