File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -799,13 +799,11 @@ def demo(cli):
799
799
else :
800
800
cli .log .debug (f"creating network named '{ network_name } '" )
801
801
spinner .text = f"Creating network '{ network_name } '"
802
- # FIXME: don't use wait > 0 until process-executions beta is launched, until then poll for status
803
- cli .config .general ['wait' ] = 0
804
802
network_created = network_group .create_network (
805
803
name = network_name ,
806
804
size = cli .config .demo .size ,
807
805
version = cli .config .demo .product_version ,
808
- wait = cli . config . general . wait )
806
+ wait = 0 ) # FIXME: don't use wait > 0 until process-executions beta is launched, until then poll for status
809
807
network , network_group = use_network (
810
808
organization = organization ,
811
809
group = cli .config .general .network_group ,
You can’t perform that action at this time.
0 commit comments