Skip to content

Commit

Permalink
Fixes copytree call
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Aug 22, 2024
1 parent 75fb95e commit b98fae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CIME/SystemTests/mvk.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def update_testlog(self, test_name, case_name, evv_out_dir):
copytree(
evv_out_dir,
os.path.join(htmlroot, "evv", case_name),
preserve_mode=False,
)

if urlroot is None:
Expand Down

0 comments on commit b98fae8

Please sign in to comment.