You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the project I am seeing the following error when i load a BSDL file . Can you help
$python3 main.py
Traceback (most recent call last):
File "/home/hassin/projects/jtagGUI/Panels/MainWindow.py", line 125, in loadFile
self.loadBSDL(pathname)
File "/home/hassin/projects/jtagGUI/Panels/MainWindow.py", line 134, in loadBSDL
if not self.parent.parser.initialized:
AttributeError: 'Mywin' object has no attribute 'parent'
The text was updated successfully, but these errors were encountered:
Thanks for the project I am seeing the following error when i load a BSDL file . Can you help
$python3 main.py
Traceback (most recent call last):
File "/home/hassin/projects/jtagGUI/Panels/MainWindow.py", line 125, in loadFile
self.loadBSDL(pathname)
File "/home/hassin/projects/jtagGUI/Panels/MainWindow.py", line 134, in loadBSDL
if not self.parent.parser.initialized:
AttributeError: 'Mywin' object has no attribute 'parent'
The text was updated successfully, but these errors were encountered: