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
I am trying to use libostree in a python application, and I am unable to figure out how to print live / async progress when pulling content from a remote repository.
As I understand, using pull_with_options(remote, options, progress, cancellable) only updates progress at the end, with a summary of what happened. But during the pull itself, there is no feedback on what is currently happening. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered:
I am trying to use libostree in a python application, and I am unable to figure out how to print live / async progress when pulling content from a remote repository.
As I understand, using
pull_with_options(remote, options, progress, cancellable)
only updatesprogress
at the end, with a summary of what happened. But during the pull itself, there is no feedback on what is currently happening. Any help is greatly appreciated.The text was updated successfully, but these errors were encountered: