Skip to content
Snippets Groups Projects
Commit 963a6f77 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Remove subprocess.

parent ff9999f2
Branches
Tags
1 merge request!23Resolve "Output software versions and methods and references"
......@@ -79,7 +79,7 @@ def check_tools():
# Get Version
spp_version_command = "R -e \"packageVersion('spp')\""
spp_version = subprocess.check_output(spp_version_command, shell=True, stderr=subprocess.STDOUT)
spp_version = subprocess.check_output(spp_version_command, shell=True)
# Write to file
spp_file = open("version_spp.txt", "wb")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment