commit: af11735252f47266fd54b12b9d7a97881f8407e9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 15:34:42 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 15:34:42 2016 +0000
URL: https://gitweb.gentoo.org/proj/rbot-gentoo.git/commit/?id=af117352
Fix handling ambiguous/no match results for packages
gentoo-data.rb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gentoo-data.rb b/gentoo-data.rb
index 1a165c1..0d95650 100644
--- a/gentoo-data.rb
+++ b/gentoo-data.rb
@@ -72,6 +72,8 @@ class GentooPlugin < Plugin
else
return pkgs[0]
end
+
+ return nil
end
def pgo_get(m, atom)