Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

RoundProgressBar gives name error #1

Open
ae92736 opened this issue Mar 15, 2022 · 0 comments
Open

RoundProgressBar gives name error #1

ae92736 opened this issue Mar 15, 2022 · 0 comments

Comments

@ae92736
Copy link

ae92736 commented Mar 15, 2022

Hi,
I have installed PySide2 Extensions from pip. To be exact with pip3 for python 3.8.10
When i try the set minimum value of the bar, it gives me name "maximum" is not defined error.
When i looked up the relative code, i found out that there is a basic naming error.
bug
I think the line 203:
if self.rpb_minimum==maximum:
should be
if self.rpb_maximum==minimum:

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant