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 6cefc93 commit 3bb546fCopy full SHA for 3bb546f
1 file changed
Rakefile
@@ -94,9 +94,9 @@ namespace "api" do
94
begin
95
puts "System has no doxyrest, trying nix"
96
sh "nix-shell #{NIXSHELL} --run 'doxyrest -c #{DOXLUA}'"
97
- # rescue
98
- # puts "Falling back to conda"
99
- # sh "conda run doxyrest -c #{DOXLUA}"
+ rescue
+ puts "Falling back to conda"
+ sh "conda run doxyrest -c #{DOXLUA}"
100
end
101
else
102
raise ExecException.new
@@ -105,9 +105,9 @@ namespace "api" do
105
106
107
108
- rescue
109
- puts "Falling back to conda"
110
- sh "conda run doxyrest -c #{DOXLUA}"
+ # rescue
+ # puts "Falling back to conda"
+ # sh "conda run doxyrest -c #{DOXLUA}"
111
112
113
raise RunnerException.new
0 commit comments