Commit e197379c authored by Robert McGibbon's avatar Robert McGibbon
Browse files

that statement doesn't do anything

parent 40632e11
......@@ -275,7 +275,6 @@ def stripUnits(args):
arg = dict(zip(newKeys, newValues))
elif not isinstance(arg, _string_types):
try:
iter(arg)
# Reclusively strip units from all quantities
arg=stripUnits(arg)
except TypeError:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment