From bf5a43b8b96d584966c08c87e046f40d5eff3b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Miranda?= Date: Wed, 19 Oct 2016 11:25:34 -0300 Subject: [PATCH] =?UTF-8?q?Cambios=20ficticios=C2=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logs.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/logs.py b/logs.py index 2321b980cd5..729c3fd7d05 100644 --- a/logs.py +++ b/logs.py @@ -21,3 +21,8 @@ os.chdir(logsdir) # Change directory to the logsdir os.system(zip_program + " " + files1 +" "+ files) # Zip the logs into dated zip files for each server. - 1.1 os.remove(files) # Remove the original log files + + + +import os +print(os.cwd())