Skip to content

Commit

Permalink
fix: pass extra search paths given from args (#4651)
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed Apr 21, 2022
1 parent 8a3083f commit 2c72e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jina/jaml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def _delitem(
no_tag_yml,
extra_search_paths=(_extra_search_paths + [os.path.dirname(s_path)])
if s_path
else None,
else _extra_search_paths,
)

from jina.orchestrate.flow.base import Flow
Expand Down

0 comments on commit 2c72e77

Please sign in to comment.