mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix undefined variables, basestring usage, and some associated python3 issues
This commit is contained in:
@@ -177,6 +177,5 @@ class Debugger(cmd.Cmd):
|
||||
def default(self, line):
|
||||
try:
|
||||
self.execute(line)
|
||||
display.display(pprint.pformat(result))
|
||||
except:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user