-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix indicatif prog bar #359
Conversation
dsc_lib/src/configure/mod.rs
Outdated
@@ -246,7 +247,8 @@ impl Configurator { | |||
result.results.push(resource_result); | |||
} | |||
|
|||
pb.finish_with_message("Get configuration completed"); | |||
mem::drop(pb_span_enter); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this needed explicitly? I would expect both to be dropped when going out of scope
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's needed within the config functions but I removed it from resource list
PR Summary
warn_span
for progress bars since that is the default tracing level and can be turned off by specifyingerror
trace leveldone
messages are removedPR Context
dsc resource list
demo:demo-list-2.mp4
dsc config get
demo:demo-get-2.mp4