mbridak / not1mm

Not1MM != N1MM, An amateur radio contest logger for Linux.
GNU General Public License v3.0
89 stars 18 forks source link

After clean build and entering new log db data 1st time: Exit /w error #51

Closed DE8MSH closed 8 months ago

DE8MSH commented 8 months ago

Uhm....

user@user:~$ not1mm [21:24:14] WARNING main - Line 2538: debugging off Traceback (most recent call last): File "/home/user/not1mm/not1mm/main.py", line 1445, in save_contest self.load_contest() File "/home/user/not1mm/not1mm/main.py", line 803, in load_contest self.contest = doimp(self.contest_settings.get("ContestName")) File "/home/user/not1mm/not1mm/main.py", line 2508, in doimp return importlib.import_module(f"not1mm.plugins.{modname}") File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 879, in exec_module File "", line 1017, in get_code File "", line 947, in source_to_code File "", line 241, in _call_with_frames_removed File "/home/user/not1mm/not1mm/plugins/general_logging.py", line 277 ... ^ IndentationError: expected an indented block after 'except' statement on line 276 Abgebrochen (Speicherabzug geschrieben)

HELP ME lol

After trying to start not1mm again: Same error msg as above.

DE8MSH commented 8 months ago

Huh???

image

... is a command???

DE8MSH commented 8 months ago

Ahhhh... Ur working on it right now?! Right?

DE8MSH commented 8 months ago

Okay. I patched ... into print("jjjjj")

mbridak commented 8 months ago

Indentation error ... should have been indented one more level.