From 4edfd97508990af118e0fc18e71a56ccf0e2ea18 Mon Sep 17 00:00:00 2001 From: "Alibek Omarov (a1batross)" Date: Sat, 10 Jun 2017 22:11:51 +0300 Subject: [PATCH] Add more debug for infostring parsing. --- pymaster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymaster.py b/pymaster.py index 6bbb90e..55c0c35 100755 --- a/pymaster.py +++ b/pymaster.py @@ -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