Disable cli / otp reading for the moment
Imho this should clearly not leak into scripts/uncloud and additionally it is broken at the moment
This commit is contained in:
parent
b96e56b453
commit
22531a7459
2 changed files with 6 additions and 6 deletions
|
|
@ -5,6 +5,6 @@ arg_parser.add_argument('--create-vm')
|
|||
|
||||
|
||||
def main(arguments):
|
||||
print(arguments)!
|
||||
debug = arguments['debug']
|
||||
port = arguments['port']
|
||||
print(arguments)
|
||||
#debug = arguments['debug']
|
||||
#port = arguments['port']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue