mirror of
https://github.com/YGGverse/pymaster.git
synced 2025-02-01 01:24:12 +00:00
Add more debug for infostring parsing.
This commit is contained in:
parent
d99acdb25b
commit
4edfd97508
@ -90,7 +90,7 @@ class PyMaster:
|
|||||||
elif( split[i] == 'nat' ):
|
elif( split[i] == 'nat' ):
|
||||||
nat = int(key)
|
nat = int(key)
|
||||||
else:
|
else:
|
||||||
logPrint('Unhandled info string entry: {0}/{1}'.format(split[i], key))
|
logPrint('Unhandled info string entry: {0}/{1}. Infostring was: {2}'.format(split[i], key, split))
|
||||||
except IndexError:
|
except IndexError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user