Skip to content

Commit df0badb

Browse files
committed
style: remove unneeded return
1 parent a094bef commit df0badb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cwltool/process.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ def _relocate(src, dst):
310310
_relocate(dir_entry.path, fs_access.join(dst, dir_entry.name))
311311
else:
312312
shutil.move(src, dst)
313-
return
314313

315314
elif action == "copy":
316315
_logger.debug("Copying %s to %s", src, dst)

0 commit comments

Comments
 (0)