Skip to content

Commit 69e229a

Browse files
Remove leftover comment
1 parent 265e761 commit 69e229a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

admin/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@ def get_directory(remote_device, remote_dir, local_dir):
348348
def gfile(c, tunnel_id, remote, local):
349349
""" Connect to a remote device and download a remote file or directory to the local directory.
350350
Requests are formatted as tunnel_id, remote file/directory, and local directory for installation. """
351-
# Care should be exercised here; we're taking data from a remote source and using it to
352-
# run shell commands. Validate every last bit of data.
353351
device = connect_tunnel(c, tunnel_id)
354352
if is_remote_directory(device, remote):
355353
get_directory(device, remote, local)

0 commit comments

Comments
 (0)