We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c37885 + b1aae6c commit 0e6193cCopy full SHA for 0e6193c
src/classes/json_data.py
@@ -39,7 +39,7 @@
39
from classes.app import get_app
40
41
# Compiled path regex
42
-path_regex = re.compile(r'"(image|path|protobuf_data_path)"\s*:\s*"(.*)"')
+path_regex = re.compile(r'"(image|path|protobuf_data_path)"\s*:\s*"(.*?)"')
43
path_context = {}
44
45
0 commit comments