mortar 0.9.7 → 0.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/mortar/local/python.rb +2 -2
- data/lib/mortar/version.rb +1 -1
- metadata +3 -3
data/lib/mortar/local/python.rb
CHANGED
|
@@ -108,10 +108,10 @@ class Mortar::Local::Python
|
|
|
108
108
|
@candidate_pythons.each{ |py|
|
|
109
109
|
if has_virtualenv_installed(py)
|
|
110
110
|
@command = py
|
|
111
|
-
true
|
|
111
|
+
return true
|
|
112
112
|
end
|
|
113
113
|
}
|
|
114
|
-
false
|
|
114
|
+
return false
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
# Checks if the specified python command has
|
data/lib/mortar/version.rb
CHANGED
metadata
CHANGED