Skip to content

Commit 94b2b0e

Browse files
committed
update to create full path needed
1 parent 56100d3 commit 94b2b0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vcast_exec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ def sendToBitBucket(self):
378378
+ glob.glob(os.path.join(html_dir, "*.ccs")) \
379379
+ glob.glob(os.path.join(html_dir, "*.png")):
380380
dest = os.path.join("reports/html",html)
381+
os.makedirs(os.path.dirname(dest))
381382
try:
382383
shutil.copyfile(html, dest)
383384
print("Copying {} --> {}".format(html,dest))

0 commit comments

Comments
 (0)