aboutsummaryrefslogtreecommitdiffstats
path: root/webmap-download
diff options
context:
space:
mode:
Diffstat (limited to 'webmap-download')
-rwxr-xr-xwebmap-download2
1 files changed, 1 insertions, 1 deletions
diff --git a/webmap-download b/webmap-download
index fc5ceee..917f178 100755
--- a/webmap-download
+++ b/webmap-download
@@ -194,7 +194,7 @@ if __name__ == '__main__':
cache = source.get('cache', None)
dest = None if cache is None else cache.get('path', None)
if dest is None:
- raise Exception('Impossible')
+ continue
dest = str(dest) # convert from Path()
if dest in downloads: