Skip to content

Commit

Permalink
fix(abr-testing): Resolves missing coordinate data issue during uploa…
Browse files Browse the repository at this point in the history
…d. (#16641)

Fix to prevent make abr-setup from failing due to no x, y, or z data in
calibration log
  • Loading branch information
AnthonyNASC20 authored Oct 30, 2024
1 parent d140271 commit d270ccd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def module_helper(
y = one_module["moduleOffset"]["offset"].get("y", "")
z = one_module["moduleOffset"]["offset"].get("z", "")
except KeyError:
pass
continue
if mod_serial in module_sheet_serials and modified in module_modify_dates:
continue
module_row = (
Expand Down

0 comments on commit d270ccd

Please sign in to comment.