diff --git a/kibot/gs.py b/kibot/gs.py index c9f76a52..6cead42c 100644 --- a/kibot/gs.py +++ b/kibot/gs.py @@ -317,7 +317,7 @@ class GS(object): @staticmethod def to_mils(val): - return val/IU_PER_MM + return val/IU_PER_MILS @staticmethod def make_bkp(fname):