From c56fc58ce831d64f646dcc179aa9228b690786df Mon Sep 17 00:00:00 2001 From: Adrian Woodley Date: Tue, 23 Jul 2019 00:30:10 +0800 Subject: [PATCH] Still troubleshooting --- aviat_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aviat_config.py b/aviat_config.py index 9cb57de..6f63933 100755 --- a/aviat_config.py +++ b/aviat_config.py @@ -38,6 +38,7 @@ class INUeCommand(): reverse: bool = False def __post_init__(self): + print("Context %s" % self.context) if self.reverse: self.position, self.value = self.value, self.position