Browse Source

Add more debug for infostring parsing.

pull/4/head
Alibek Omarov (a1batross) 8 years ago
parent
commit
4edfd97508
  1. 2
      pymaster.py

2
pymaster.py

@ -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…
Cancel
Save