File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 7474from not1mm .lib .versiontest import VersionTest
7575from not1mm .lib .ft8_watcher import FT8Watcher
7676from not1mm .lib .fldigi_sendstring import FlDigi_Comm
77+ from not1mm .lib .parse_udc import UDC
7778
7879import not1mm .fsutils as fsutils
7980from not1mm .logwindow import LogWindow
@@ -223,9 +224,17 @@ class MainWindow(QtWidgets.QMainWindow):
223224
224225 server_commands = []
225226
227+ user_defined_contest = UDC ()
228+
226229 def __init__ (self , splash ):
227230 super ().__init__ ()
228231 logger .info ("MainWindow: __init__" )
232+ try :
233+ print (
234+ f"{ self .user_defined_contest .get_udc_names (Path .home () / 'UDC_FILES' )} "
235+ )
236+ except Exception as e :
237+ print (f"{ e = } " )
229238 self .splash = splash
230239 self .dock_loc = {
231240 "Top" : Qt .DockWidgetArea .TopDockWidgetArea ,
You can’t perform that action at this time.
0 commit comments