From f43c5e3ed4f04a25c69a93e4a5d36c0c4dbdc897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20BERTHO?= Date: Sun, 30 Sep 2018 17:54:41 +0200 Subject: [PATCH] Fixed path on windows --- SimplePanoramaViewer | 1 + 1 file changed, 1 insertion(+) diff --git a/SimplePanoramaViewer b/SimplePanoramaViewer index 09d7571..e3e1620 100755 --- a/SimplePanoramaViewer +++ b/SimplePanoramaViewer @@ -23,6 +23,7 @@ else: if img == "": exit(0) +img = img.replace("\\", "/") img = img.replace("'", "\\'") exe_dir = path.dirname(path.realpath(sys.argv[0]))