We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d00c2 commit 58b92a9Copy full SHA for 58b92a9
1 file changed
test_loger/logs.py
@@ -68,7 +68,6 @@ def addToLog(self, s):
68
69
def initLogFolder(self):
70
try:
71
- print self.file_path
72
if (plfm == 'windows'):
73
if not os.path.exists(self.file_path + "\\logs\\"):
74
os.makedirs("logs")
0 commit comments