Skip to content

Commit

Permalink
FIX: Fix lua script upload regression
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Feb 7, 2025
1 parent 9b57503 commit c8f7ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ardupilot_methodic_configurator/frontend_tkinter_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def update_progress_bar(self, current_value: int, max_value: int) -> None:
try:
self.progress_window.lift()
except tk.TclError as _e:
msg = _("Lifting window: {_e} on file {__file__}")
msg = _("Lifting window: {_e}")
logging_error(msg.format(**locals()))
return

Expand Down

0 comments on commit c8f7ce3

Please sign in to comment.