lib/mu/api/scale.rb in mu-5.7.24 vs lib/mu/api/scale.rb in mu-5.7.25
- old
+ new
@@ -217,10 +217,10 @@
# GET file
def download_file(e=@element, params=nil, filename)
element = e
element << "?uuid=#{@uuid}" unless @uuid.nil?
element << "&#{params}" unless params.nil?
- return @http.download_file(element, filename)
+ @http.download_file(element, filename)
end
end
end