This commit is contained in:
Vladimir Mandic
2023-10-18 13:25:12 -04:00
parent ea0e479a70
commit 76d262f1d1
+1 -1
View File
@@ -55,7 +55,7 @@ class CheckpointInfo:
def rel(fn, path):
try:
return os.path.relpath(fn, path)
except:
except Exception:
return fn
if relname.startswith(shared.opts.ckpt_dir):