Skip to content
Snippets Groups Projects

Try compile_extra=1 for openloops

Closed Gerardo Ganis requested to merge test-openloops-extra into master
Files
17
+ 1
1
@@ -545,7 +545,7 @@ def get_default_version():
def parse_info(text):
data = {}
text = text.split(', ')
text = text.strip().split(', ')
for key, value in [x.split(':') for x in text]:
data.update({key.strip(): value.strip()})
# deps
Loading