Skip to content

Commit 4708612

Browse files
committed
patch version
Signed-off-by: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com>
1 parent 3866fe1 commit 4708612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

substrafl/remote/register/register.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def _copy_local_packages(
8686
dest_path = path / dependency_path.name
8787
if dependency_path.is_dir():
8888
shutil.copytree(
89-
dependency_path, dest_path, ignore=shutil.ignore_patterns("local_worker*", "tmp_substrafl*")
89+
dependency_path, dest_path, ignore=shutil.ignore_patterns("local-worker*", "tmp_substrafl*")
9090
)
9191
elif dependency_path.is_file():
9292
shutil.copy(dependency_path, dest_path)

0 commit comments

Comments
 (0)