Skip to content

RoundProgressBar gives name error #1

Open
@ae92736

Description

@ae92736

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions