You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the progress bar is active, all LabView Projects crash, because LabView does not support streaming in its CMD/Powershell module.
In order to fix this for all LabView projects, I would request to change the following line in the parse method of the A2L class:
self.progress_bar=Progress(*progress_columns)
And add a disabled flag to the method, so that it looks like this:
When the progress bar is active, all LabView Projects crash, because LabView does not support streaming in its CMD/Powershell module.
In order to fix this for all LabView projects, I would request to change the following line in the parse method of the A2L class:
And add a disabled flag to the method, so that it looks like this:
This would assist me in working with LabView projects and still get the latest updates of this package
The text was updated successfully, but these errors were encountered: