mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-13 04:11:31 +00:00
Suppress scary message from apiclient when asked to just do -f.
This commit is contained in:
@@ -499,6 +499,7 @@ if __name__ == '__main__':
|
||||
except Exception as e:
|
||||
print(f"fix_vswitch() error: {e}")
|
||||
sys.argv.remove('-f')
|
||||
sys.exit(0)
|
||||
usejson = False
|
||||
if '-j' in sys.argv:
|
||||
usejson = True
|
||||
|
||||
Reference in New Issue
Block a user