Skip to content

Commit bf5a43b

Browse files
committed
Cambios ficticios¡
1 parent e8e8108 commit bf5a43b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

logs.py

+5
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@
2121
os.chdir(logsdir) # Change directory to the logsdir
2222
os.system(zip_program + " " + files1 +" "+ files) # Zip the logs into dated zip files for each server. - 1.1
2323
os.remove(files) # Remove the original log files
24+
25+
26+
27+
import os
28+
print(os.cwd())

0 commit comments

Comments
 (0)