[Report] Fixed new conversion to inches

This commit is contained in:
Salvador E. Tropea 2023-02-10 09:39:32 -03:00
parent 0b748e1d9d
commit 3d408d70cf
1 changed files with 1 additions and 1 deletions

View File

@ -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):