We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e8108 commit bf5a43bCopy full SHA for bf5a43b
logs.py
@@ -21,3 +21,8 @@
21
os.chdir(logsdir) # Change directory to the logsdir
22
os.system(zip_program + " " + files1 +" "+ files) # Zip the logs into dated zip files for each server. - 1.1
23
os.remove(files) # Remove the original log files
24
+
25
26
27
+import os
28
+print(os.cwd())
0 commit comments