Najsztub / jtagGUI

Python GUI for UrJTAG library.
GNU General Public License v3.0
18 stars 5 forks source link

AttributeError: 'Mywin' object has no attribute 'parent' #4

Open 3mbed opened 1 year ago

3mbed commented 1 year ago

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'