Skip to content

Commit

Permalink
Fix import script in python suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt committed Dec 16, 2024
1 parent 19152fc commit ca6d3ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def load_utility(procedure_name):
return False


require_utility = load_utility
setattr(openc3.script, "load_utility", load_utility)
setattr(openc3.script, "require_utility", load_utility)

data = None
with open(path) as file:
Expand Down

0 comments on commit ca6d3ce

Please sign in to comment.