[Report] Fixed new conversion to inches
This commit is contained in:
parent
0b748e1d9d
commit
3d408d70cf
|
|
@ -317,7 +317,7 @@ class GS(object):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def to_mils(val):
|
def to_mils(val):
|
||||||
return val/IU_PER_MM
|
return val/IU_PER_MILS
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def make_bkp(fname):
|
def make_bkp(fname):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue