GASP/GASP_Code
6
1
Fork
You've already forked GASP_Code
4

Cannot create Box #1

Closed
opened 2020年07月13日 22:06:36 +02:00 by mdnabiltech · 1 comment
>>> from gasp import *
>>> begin_graphics()
>>> Box(100,100,200,300, filled =True)
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
 File "/home/mdnabiltech/Projects/GASP/GASP_Tkinter/gasp/gasp.py", line 316, in Box
 color = color.BLACK
AttributeError: 'NoneType' object has no attribute 'BLACK'
``` >>> from gasp import * >>> begin_graphics() >>> Box(100,100,200,300, filled =True) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/mdnabiltech/Projects/GASP/GASP_Tkinter/gasp/gasp.py", line 316, in Box color = color.BLACK AttributeError: 'NoneType' object has no attribute 'BLACK' ```

Fixed.

Fixed.
Sign in to join this conversation.
No Branch/Tag specified
main
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
GASP/GASP_Code#1
Reference in a new issue
GASP/GASP_Code
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?