Skip to content

Commit 575a50b

Browse files
committed
more clean up
1 parent a3a56c2 commit 575a50b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/resources/scripts/generate_sonarqube_testresults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def cleanupXmlDataDir(self):
291291
try:
292292
os.remove(file);
293293
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")
295295
if print_exc: traceback.print_exc()
296296

297297
# we should either have an empty directory or no directory

src/main/resources/scripts/test_import.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
generate_results = imp.load_source("generate_results", vc_script)
4242
try:
4343
import cobertura
44-
import send_cobertura_to_bitbucket
4544
import copy_build_dir
4645
import create_index_html
4746
import extract_build_dir

0 commit comments

Comments
 (0)