mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Fix /usr/local/lib/crew/lib/buildsystems/pip.rb:21:in eval: no implicit conversion of nil into String (TypeError) (#8877)
This commit is contained in:
@@ -18,6 +18,6 @@ class Pip < Package
|
||||
@destpath = "#{CREW_DEST_DIR.chomp('/')}#{@pip_path}"
|
||||
FileUtils.install @pip_path, @destpath
|
||||
end
|
||||
eval @pip_install_extras
|
||||
eval @pip_install_extras if @pip_install_extras
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user