Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jul 16, 2024
1 parent ae7d748 commit e023836
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions generate_rospkg_apkbuild/genapkbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ def resolve(ros_distro, package_name, deps, add_ros_dev=False):
continue
installer = installer_context.get_installer(rule_installer)
resolved = installer.resolve(rule)
print("d", type(d))
print("rule", type(rule))
print("resolved", type(resolved))
print("d", type(d.data))
for r in resolved:
keys.append(r + dep.version)

Expand Down

0 comments on commit e023836

Please sign in to comment.