1
0
Fork 0
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:
Alibek Omarov (a1batross) 2017-06-10 22:11:51 +03:00
parent d99acdb25b
commit 4edfd97508

View file

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