mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Python3 fix
This commit is contained in:
@@ -29,9 +29,9 @@ class TestModArgsDwim(unittest.TestCase):
|
||||
pass
|
||||
|
||||
def _debug(self, mod, args, to):
|
||||
print "RETURNED module = %s" % mod
|
||||
print " args = %s" % args
|
||||
print " to = %s" % to
|
||||
print("RETURNED module = {0}".format(mod))
|
||||
print(" args = {0}".format(args))
|
||||
print(" to = {0}".format(to))
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user