mirror of
https://github.com/de2tla2f/pymaster.git
synced 2024-11-25 12:21:28 +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' ):
|
||||
nat = int(key)
|
||||
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:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue