diff --git a/interfaces/python/ck2cti.py b/interfaces/python/ck2cti.py index 752acc5f8..eb1ada3e1 100755 --- a/interfaces/python/ck2cti.py +++ b/interfaces/python/ck2cti.py @@ -1343,7 +1343,7 @@ def loadChemkinFile(path, speciesList=None): except IndexError: pass - global PROCESSED_UNITS, ENERGY_UNITS, UNIT_OPTIONS + global PROCESSED_UNITS, ENERGY_UNITS, QUANTITY_UNITS if not PROCESSED_UNITS: PROCESSED_UNITS = True ENERGY_UNITS = UNIT_OPTIONS[energyUnits]