mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Fix missing path check
This commit is contained in:
@@ -360,7 +360,7 @@ class SnapshotPage(Adw.BreakpointBin):
|
||||
id_to_tar = {}
|
||||
for app_id in app_ids:
|
||||
path = f"{HostInfo.snapshots_path}{app_id}"
|
||||
if not os.path.exists:
|
||||
if not os.path.exists(path):
|
||||
continue
|
||||
|
||||
tarlist = []
|
||||
|
||||
Reference in New Issue
Block a user