Still troubleshooting
This commit is contained in:
@@ -38,6 +38,7 @@ class INUeCommand():
|
|||||||
reverse: bool = False
|
reverse: bool = False
|
||||||
|
|
||||||
def __post_init__(self):
|
def __post_init__(self):
|
||||||
|
print("Context %s" % self.context)
|
||||||
if self.reverse:
|
if self.reverse:
|
||||||
self.position, self.value = self.value, self.position
|
self.position, self.value = self.value, self.position
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user