2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-07-29 09:09:40 +00:00

Fix python2 incompatibility with apiclient

This commit is contained in:
Jarrod Johnson
2025-08-11 12:20:10 -04:00
parent fc6c1495d3
commit 58b6a2d317
@@ -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