Skip to content
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

AttributeError: 'ArtistList' object has no attribute 'pop' #228

Closed
AlexKari opened this issue May 31, 2024 · 2 comments
Closed

AttributeError: 'ArtistList' object has no attribute 'pop' #228

AlexKari opened this issue May 31, 2024 · 2 comments

Comments

@AlexKari
Copy link

AlexKari commented May 31, 2024

Hi,

When running Arch Linux, I have the following error every time I try to edit a grain

(.venv) [user@Kreation openMotor-0.5.0]$ python3 main.py 
0.0000 [LOG] ################################################################################
0.0000 [LOG] Application started at 2024-05-31T09:34:58.958954
0.5865 [LOG] Starting new motor file
0.5889 [LOG] Opening window
QLayout: Attempting to add QLayout "" to MotorEditor "motorEditor", which already has a layout
0.9226 [LOG] Window opened
9.1469 [ERR] Traceback (most recent call last):
9.1469 [ERR]   File "/home/user/Games/openMotor-0.5.0/uilib/widgets/grainPreviewWidget.py", line 50, in updateView
9.1469 [ERR]     self.ui.tabRegression.cleanup()
9.1469 [ERR]   File "/home/user/Games/openMotor-0.5.0/uilib/widgets/grainPreviewGraph.py", line 41, in cleanup
9.1469 [ERR]     self.plot.lines.pop(0)
9.1470 [ERR]     ^^^^^^^^^^^^^^^^^^^
9.1470 [ERR] AttributeError: 'ArtistList' object has no attribute 'pop'
9.1470 [ERR] 
@reilleya
Copy link
Owner

reilleya commented Jun 2, 2024

This one is already fixed on staging, and will be in the eventual v0.6.0 release! See this issue.

@reilleya reilleya closed this as completed Jun 2, 2024
@benrussell11
Copy link

benrussell11 commented Jun 2, 2024 via email

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

No branches or pull requests

3 participants