Skip to content

Commit

Permalink
Excluding 'experimental' directory from workspace templates
Browse files Browse the repository at this point in the history
Signed-off-by: Parth Mandaliya <parthx.mandaliya@intel.com>
  • Loading branch information
ParthM-GitHub committed Sep 28, 2023
1 parent 618d947 commit 023a573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl/interface/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_templates():
from openfl.interface.cli_helper import WORKSPACE

return [d.name for d in WORKSPACE.glob('*') if d.is_dir()
and d.name not in ['__pycache__', 'workspace']]
and d.name not in ['__pycache__', 'workspace', 'experimental']]


@workspace.command(name='create')
Expand Down

0 comments on commit 023a573

Please sign in to comment.