mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Support print() function in test/
This commit is contained in:
@@ -39,4 +39,4 @@ if __name__ == '__main__':
|
||||
gce.create_volume(
|
||||
size=10, name=prefix+'-extra', location='us-central1-a')
|
||||
except KeyboardInterrupt as e:
|
||||
print "\nExiting on user command."
|
||||
print("\nExiting on user command.")
|
||||
|
||||
Reference in New Issue
Block a user