diff options
Diffstat (limited to 'src/org/stsci/CondaInstaller.groovy')
-rw-r--r-- | src/org/stsci/CondaInstaller.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/stsci/CondaInstaller.groovy b/src/org/stsci/CondaInstaller.groovy index e65a2e1..c95eb6b 100644 --- a/src/org/stsci/CondaInstaller.groovy +++ b/src/org/stsci/CondaInstaller.groovy @@ -37,7 +37,7 @@ class CondaInstaller implements Serializable { } int install() { - if (fileExists this.prefix)) { + if (fileExists this.prefix) { println("Skipping installation: ${this.prefix} exists.") return 0xFF } |