Skip to content

Commit

Permalink
Fixed a mistake in the previous update to ck2cti.py
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Aug 15, 2012
1 parent b26f9f4 commit 7ef2bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/python/ck2cti.py
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ def removeCommentFromLine(line):
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]
Expand Down

0 comments on commit 7ef2bb1

Please sign in to comment.