Skip to content

Commit

Permalink
Bug fix: fx workspace create
Browse files Browse the repository at this point in the history
Signed-off-by: Ishant Thakare <[email protected]>
  • Loading branch information
ishant162 committed May 29, 2024
1 parent 5049ba2 commit 61b68eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl/experimental/interface/cli/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def create_(prefix, custom_template, template, notebook, template_output_dir):
notebook_path=notebook, output_workspace=template_output_dir,
)

create(prefix, template_output_dir)
create(prefix, Path(template_output_dir).resolve())

logger.warning(
'The user should review the generated workspace for completeness '
Expand Down

0 comments on commit 61b68eb

Please sign in to comment.