Conversation
Don't output extraneous blank line when progress display is disabled
|
1 similar comment
|
|
@Domimueller85 Let me know if your comments were some kind of mistake. If I don't hear from you, I intend to ban you from the repo. |
Don't output extraneous blank line when progress display is disabled
Type of changes
AI?
AI generated PRs may be accepted, but only if @willmcgugan has responded on an issue or discussion.
Checklist
Description
When creating a
Progresswithdisabled=True, it still outputs a blank line on non interactive consoles. This PR adds anif not self.disableto thestopfunction, symmetrically to thestartfunction.Important: Link to an issue or discussion regarding these changes.
#110