Skip to content

Commit

Permalink
unary stacks are expected, not a warn situation
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Sep 28, 2012
1 parent 5798c57 commit 596c22a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/buildfarm/rosdistro.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def __init__(self, rosdistro_name):
for p in n['packages']:
self._package_in_repo[p] = name
else:
print("Missing required 'packages' for %s. Assuming this is a unary stack" % name)
self._repoinfo[name].packages = {name: None}
self._package_in_repo[name] = name
else:
Expand Down

0 comments on commit 596c22a

Please sign in to comment.