Skip to content

Commit c3be67e

Browse files
committed
change default verbose to False
1 parent 589b181 commit c3be67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/clawutil/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from pathlib import Path
1414

1515

16-
def fullpath_import(fullpath, verbose=True):
16+
def fullpath_import(fullpath, verbose=False):
1717
"""
1818
Return a module imported from a full path name, e.g. if you have
1919
a personal enhanced version of the geoclaw topotools module at

0 commit comments

Comments
 (0)