commit | c587baf79ffaf23f6e9befa288020f9af87fedb5 | [log] [tgz] |
---|---|---|
author | Parker Schuh <parker.schuh+bitbucket@gmail.com> | Sun Feb 09 22:09:23 2014 -0800 |
committer | Parker Schuh <parker.schuh+bitbucket@gmail.com> | Sun Feb 09 22:09:23 2014 -0800 |
tree | a48a07bfb84a207bd60f82f0e1fe6b55ad621bb0 | |
parent | 343481e1d1a29bf2353a32c9c47feab1b1f7d1a6 [diff] [blame] |
fixed problem with queue_group
diff --git a/aos/build/queues/objects/namespaces.rb b/aos/build/queues/objects/namespaces.rb index 74f7197..ea3aa80 100644 --- a/aos/build/queues/objects/namespaces.rb +++ b/aos/build/queues/objects/namespaces.rb
@@ -150,6 +150,7 @@ end def test_lookup(namespace) @names.each do |name| + return nil if(!namespace.respond_to?(:[])) namespace = namespace[name] return nil if(!namespace) end