Skip to content

Commit

Permalink
πŸ› godoo source installed-module-paths Return Absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkreud committed Dec 5, 2023
1 parent 24e22b9 commit eca461e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/godoo_cli/commands/source_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def get_installed_module_paths(
)
module_paths = get_odoo_module_paths(odoo_addon_paths, module_names=module_list)
for p in module_paths:
print(p) # pylint: disable=print-used
print(p.absolute()) # pylint: disable=print-used


@CLI.unpacker
Expand Down

0 comments on commit eca461e

Please sign in to comment.