Skip to content

Commit

Permalink
Merge branch 'dev/feature/ci-package-install' of https://github.com/h…
Browse files Browse the repository at this point in the history
…z-b/bact into dev/feature/ci-package-install
  • Loading branch information
PierreSchnizer committed Jul 10, 2024
2 parents 0d2ae9d + 0741bdf commit cde92c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion list_package_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def find_package_dirs(t_dir: str):
def main():
"""Traverse directories listing the suitable ones"""
package_dirs = list(find_package_dirs("core/")) + list(find_package_dirs("custom/"))

print("\n".join([f"{t_dir}/" for t_dir in package_dirs]))


Expand Down

0 comments on commit cde92c1

Please sign in to comment.