Skip to content

Commit 1302f92

Browse files
committed
Changes name of env prov file.
1 parent ed3adc0 commit 1302f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acme_diags/acme_diags_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def provenance(results_dir):
5656
cmd = 'conda list'
5757
p = subprocess.Popen(cmd.split(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
5858
output, err = p.communicate()
59-
fnm = os.path.join(results_dir, 'prov.txt')
59+
fnm = os.path.join(results_dir, 'env_prov.txt')
6060

6161
with file(fnm, 'w') as f:
6262
f.write(output)

0 commit comments

Comments
 (0)