Skip to content
Snippets Groups Projects

Upgrade Geant4 version

Closed Pere Mato Vila requested to merge SPI-1518 into master
4 files
+ 36
3
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 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