From c2ad332bbe5bc7fc78b5031cc27f1da6e97a6613 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 3 Jun 2012 01:40:19 +0200 Subject: [PATCH] typo --- pandora/item/timelines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/item/timelines.py b/pandora/item/timelines.py index b9ce4e4d..5346c598 100644 --- a/pandora/item/timelines.py +++ b/pandora/item/timelines.py @@ -177,7 +177,7 @@ def join_tiles(source_paths, target_path): offset = 0 for i, path in enumerate(source_paths): p = os.path.join(path, 'cuts.json') - if os.path.exists(p) + if os.path.exists(p): with open(p, 'r') as f: path_cuts = json.load(f) else: