diff options
Diffstat (limited to 'python/mtm_status.py')
| -rw-r--r-- | python/mtm_status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mtm_status.py b/python/mtm_status.py index 59c25a6b..dd89f88a 100644 --- a/python/mtm_status.py +++ b/python/mtm_status.py @@ -20,7 +20,7 @@ def run(conn, date): SSHException, ) as e: logger.warning(e) - pass + return files = [ f for f in sftp.client.listdir("outbound") |
