mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
lint fix
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user