This commit is contained in:
Colombo 2020-04-20 18:40:12 +04:00
parent 4fe45adc7c
commit 7b49220ee9

View file

@ -1141,7 +1141,10 @@ class LoaderQSubprocessor(QSubprocessor):
class MainWindow(QXMainWindow):
def __init__(self, input_dirpath, cfg_root_path):
self.loading_frame = None
super().__init__()
self.input_dirpath = input_dirpath
self.cfg_root_path = cfg_root_path