Skip to content

Commit 175d777

Browse files
committed
add message for restart file names
1 parent dd16e76 commit 175d777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pre/remap_restart/remap_upper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,8 @@ def find_rst(self):
423423
if len(files) >0:
424424
restarts_in.append(files[0])
425425
if (len(restarts_in) == 0) :
426-
print("\n try restart file names without time stamp\n")
426+
print("\n Try restart file names without time stamp\n")
427+
print("\n It expects restart file names as xx_internal_rst, e.g., fvcore_internal_rst \n")
427428
for f in self.air_restarts :
428429
fname = rst_dir+ '/'+f
429430
if os.path.exists(fname):

0 commit comments

Comments
 (0)