Skip to content

Commit

Permalink
Modify static check
Browse files Browse the repository at this point in the history
Signed-off-by: zuohanxu <[email protected]>
  • Loading branch information
zuohanxu committed Jul 19, 2023
1 parent 7587fc8 commit 6e41f0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion avocado/utils/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,3 @@ def copy_files(self, source, destination, recursive=False):
return result.exit_status == 0
except process.CmdError as exc:
raise NWException(f"failed to copy file {exc}")

0 comments on commit 6e41f0b

Please sign in to comment.