Skip to content

Commit a28babe

Browse files
committed
update the right file
1 parent ecb9513 commit a28babe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vcast_exec.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,8 @@ def sendToBitBucket(self):
425425

426426
try:
427427
shutil.copyfile(html, dest)
428-
if self.verbose: print("Copying {} --> {}".format(html,dest))
428+
if True: #self.verbose:
429+
print("Copying {} --> {}".format(html,dest))
429430
except Exception as e:
430431
print("Error copying {} --> {}".format(html,dest))
431432
print(e)

0 commit comments

Comments
 (0)