Closed Jiwoong closed 11 years ago
NoMethodError raised when there's no project description.
gitlab-cli/bin/subcommands/project.rb:23:in `info': undefined method `empty?' for nil:NilClass (NoMethodError)
Before call empty? to project.description, add nil? to check description.empty? is available.
empty?
nil?
Thanks for your contribution, @Jiwoong. I appreciate it.
NoMethodError raised when there's no project description.
Before call
empty?
to project.description, addnil?
to check description.empty? is available.