We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb9513 commit a28babeCopy full SHA for a28babe
vcast_exec.py
@@ -425,7 +425,8 @@ def sendToBitBucket(self):
425
426
try:
427
shutil.copyfile(html, dest)
428
- if self.verbose: print("Copying {} --> {}".format(html,dest))
+ if True: #self.verbose:
429
+ print("Copying {} --> {}".format(html,dest))
430
except Exception as e:
431
print("Error copying {} --> {}".format(html,dest))
432
print(e)
0 commit comments