File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -460,15 +460,15 @@ def get_value(invariant, o):
460
460
except :
461
461
stdin .write ('NaN\n ' )
462
462
463
+ stdin .flush ()
464
+
463
465
if verbose :
464
466
print ("Finished computing and writing invariant values to expressions" )
465
467
466
468
if debug :
467
469
for l in sp .stderr :
468
470
print ('> ' + l .rstrip ())
469
471
470
- stdin .flush ()
471
-
472
472
# process the output
473
473
out = sp .stdout
474
474
@@ -761,15 +761,15 @@ def get_value(prop, o):
761
761
except :
762
762
stdin .write ('-1\n ' )
763
763
764
+ stdin .flush ()
765
+
764
766
if verbose :
765
767
print ("Finished computing and writing property values to expressions" )
766
768
767
769
if debug :
768
770
for l in sp .stderr :
769
771
print ('> ' + l .rstrip ())
770
772
771
- stdin .flush ()
772
-
773
773
# process the output
774
774
out = sp .stdout
775
775
You can’t perform that action at this time.
0 commit comments