Skip to content

Bug in cli.py, fix to runSync method

Michael Schumaker requested to merge github/fork/mschumak/patch-1 into master

The call to run that is made in cli.runSync does not pass along the update_display parameter, even though runSync accepts it as a parameter. This fix passes the value of update_display to the run method.

Merge request reports