Skip to content

Commit 188178d

Browse files
committed
updates
1 parent 9d6f044 commit 188178d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vcast_exec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def sendToBitBucket(self):
414414
print("$BITBUCKET_CLONE_DIR not set")
415415
basePath = "."
416416

417-
html_dirs = [basePath, "html_reports", "rebuild_reports"]
417+
html_dirs = [basePath, self.html_base_dir, "rebuild_reports"]
418418

419419
for html_dir in html_dirs:
420420
for html in (
@@ -433,7 +433,7 @@ def sendToBitBucket(self):
433433
try:
434434
if os.path.abspath(html) != os.path.abspath(dest):
435435
shutil.copy2(html, dest)
436-
if verbose: print("Saving file here: {}".format(dest))
436+
if self.verbose: print("Saving file here: {}".format(dest))
437437
except Exception as e:
438438
print("Error copying {} --> {}\n{}".format(html, dest, e))
439439

0 commit comments

Comments
 (0)