Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
baskiton committed Dec 30, 2024
1 parent b25891f commit 4109d88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SatsDecoder/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,8 @@ def _satdump_files(self):
is_geoscan = self.proto == systems.geoscan.proto_name

files = filedialog.askopenfilenames(filetypes=[('SatDump FRM', ['*.frm']), ('All files', '*.*')])
if not files:
return

if is_geoscan:
frm_len = simpledialog.askinteger('Frame length',
Expand Down

0 comments on commit 4109d88

Please sign in to comment.