This commit is contained in:
parent
7b1427f926
commit
10c31ab2cb
@ -18,7 +18,7 @@ def loadfmap( fname ):
|
|||||||
if it.strip() == '':
|
if it.strip() == '':
|
||||||
continue
|
continue
|
||||||
k , v = it.split('=')
|
k , v = it.split('=')
|
||||||
fmap[ idx ][ v ] = len(nmap) + 1
|
fmap[ idx ][ v ] = len(nmap)
|
||||||
nmap[ len(nmap) ] = ftype+'='+k
|
nmap[ len(nmap) ] = ftype+'='+k
|
||||||
return fmap, nmap
|
return fmap, nmap
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user