Skip to content

Commit 59a3fc4

Browse files
change logging indents
1 parent e9b13e1 commit 59a3fc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schimpy/schism_structure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __init__(self, input):
132132

133133
def read(self, fname):
134134
"""Read in 'hydraulics.in' file."""
135-
print("Reading in " + fname + "...")
135+
print("\tReading in " + fname + "...")
136136
f = open(fname, "r")
137137
# # of blocks
138138
tokens, ok = self._read_and_parse_line(f, 1)
@@ -280,7 +280,7 @@ def read(self, fname):
280280
self._input.add_structure(struct2)
281281

282282
f.close()
283-
print("Done reading a structure file.")
283+
print("\t\tDone reading a structure file.")
284284

285285
def write(self, fname="hydraulics.in"):
286286
"""Write out 'hydraulics.in' file."""

0 commit comments

Comments
 (0)