Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <pingsutw@apache.org>
  • Loading branch information
pingsutw committed May 5, 2023
1 parent ebc373d commit 7693345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flytekit/remote/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,6 @@ def register_script(

with tempfile.TemporaryDirectory() as tmp_dir:
if copy_all:
print(source_path)
md5_bytes, upload_native_url = self.fast_package(pathlib.Path(source_path), False, tmp_dir)
else:
archive_fname = pathlib.Path(os.path.join(tmp_dir, "script_mode.tar.gz"))
Expand Down

0 comments on commit 7693345

Please sign in to comment.