diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-01-25 10:53:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-25 10:53:32 -0500 |
commit | bc4534c1ac264785879e77017aa36a4f4dcffd5e (patch) | |
tree | e3b6d660597c071ea0e74dd9c07fd8740521d529 | |
parent | 4399ad4c1ddea266fcd82f3ab8e726e22b602adf (diff) | |
download | groovy-sandbox-bc4534c1ac264785879e77017aa36a4f4dcffd5e.tar.gz |
Evil exits.
-rw-r--r-- | src/edu/stsci/CondaInstaller.groovy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/edu/stsci/CondaInstaller.groovy b/src/edu/stsci/CondaInstaller.groovy index d9c6b6f..0c3b3e6 100644 --- a/src/edu/stsci/CondaInstaller.groovy +++ b/src/edu/stsci/CondaInstaller.groovy @@ -45,9 +45,9 @@ class CondaInstaller implements Serializable { return 0xFF } - if (!new File(this.installer).exists()) { + //if (!new File(this.installer).exists()) { this.download() - } + //} def cmd = "bash ${this.installer} -b -p ${this.prefix}" def proc = cmd.execute() |