mirror of
https://github.com/xcat2/confluent.git
synced 2026-07-29 17:19:41 +00:00
Fix python2 incompatibility with apiclient
This commit is contained in:
@@ -509,7 +509,7 @@ if __name__ == '__main__':
|
||||
try:
|
||||
fix_vswitch()
|
||||
except Exception as e:
|
||||
print(f"fix_vswitch() error: {e}")
|
||||
print("fix_vswitch() error: {}".format(e))
|
||||
sys.argv.remove('-f')
|
||||
sys.exit(0)
|
||||
usejson = False
|
||||
|
||||
Reference in New Issue
Block a user