Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion wfcommons/wfchef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def get_recipes() -> pd.DataFrame:
eps = entry_points().get('workflow_recipes', [])

for entry_point in eps:
print("===> " + entry_point.name)
try:
Recipe = entry_point.load()
# Extract module name from the entry point value
Expand Down
Loading