From 4f56801e9737e1f9201ea5e2d1f23f759d65d437 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 19 Oct 2024 17:08:33 +0200 Subject: =?UTF-8?q?Add=20layers=20from=20Svenska=20Kraftn=C3=A4t=20(SvK).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webmap-download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webmap-download') 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: -- cgit v1.2.3