Skip to content

Commit

Permalink
Use Hook import from emlib for empy 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Dec 4, 2024
1 parent 2c0f990 commit ff8bfb7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ros_buildfarm/scripts/release/generate_release_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@
BANGPATH_VALUE = True


from em import Hook
try:
from em import Hook
except:
from emlib import Hook


from ros_buildfarm.argument import add_argument_arch
from ros_buildfarm.argument import add_argument_build_name
from ros_buildfarm.argument import add_argument_config_url
Expand Down

0 comments on commit ff8bfb7

Please sign in to comment.