aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/mtm_status.py2
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")