We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b05d89 commit f655c0cCopy full SHA for f655c0c
earthpy/io.py
@@ -41,6 +41,7 @@ class Data(object):
41
42
def __init__(self, project=None, verbose=False):
43
self.project = project
44
+ self.verbose = verbose
45
46
if project is not None:
47
self.path = project.project_dir
0 commit comments