Skip to content

Commit f655c0c

Browse files
committed
define Data.verbose
1 parent 9b05d89 commit f655c0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

earthpy/io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class Data(object):
4141

4242
def __init__(self, project=None, verbose=False):
4343
self.project = project
44+
self.verbose = verbose
4445

4546
if project is not None:
4647
self.path = project.project_dir

0 commit comments

Comments
 (0)