You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/scripts/generate_sonarqube_testresults.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,7 @@ def cleanupXmlDataDir(self):
291
291
try:
292
292
os.remove(file);
293
293
except:
294
-
print(" *INFO: File System Error removing file after failed to remove directory: "+path+"/"+file+". Check console for environment build/execution errors")
294
+
print(" *INFO: File System Error removing file after failed to remove directory: "+path+"/"+file+". Check console for environment build/execution errors")
295
295
ifprint_exc: traceback.print_exc()
296
296
297
297
# we should either have an empty directory or no directory
0 commit comments