Skip to content

Commit

Permalink
Fix get_dynamic_modules_dirs()
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyprien CAILLOT committed Dec 4, 2024
1 parent c0aa9f7 commit efb26ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quadpype/modules/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def get_dynamic_modules_dirs():
for package in get_packages("add_on"):
dynamic_modules_dir_paths.append(package.running_version.path)

return []
return dynamic_modules_dir_paths

def get_module_dirs():
"""List of paths where QuadPype modules can be found."""
Expand Down
Binary file added src/quadpype/tools/resources/images/eye.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit efb26ee

Please sign in to comment.