Skip to content

Commit 986d1f3

Browse files
committed
Merge branch 'dev' into main
Small bug fixes for 1.1.1
2 parents 1e7ffd0 + d2bdd2b commit 986d1f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dnora/trg/write.py

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ def _im_silent(self) -> bool:
2626
def __call__(self, grid: Grid) -> Tuple:
2727
pass
2828

29+
def _im_silent(self) -> bool:
30+
"""Return False if you want to be responsible for printing out the
31+
file names."""
32+
return True
2933

3034

3135

0 commit comments

Comments
 (0)