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 ed3adc0 commit 1302f92Copy full SHA for 1302f92
acme_diags/acme_diags_driver.py
@@ -56,7 +56,7 @@ def provenance(results_dir):
56
cmd = 'conda list'
57
p = subprocess.Popen(cmd.split(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
58
output, err = p.communicate()
59
- fnm = os.path.join(results_dir, 'prov.txt')
+ fnm = os.path.join(results_dir, 'env_prov.txt')
60
61
with file(fnm, 'w') as f:
62
f.write(output)
0 commit comments