Skip to content

Commit

Permalink
fixed rosci-catkin-depends
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Jun 20, 2012
1 parent d0cbebc commit a8a0640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rosci-catkin-depends
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def main():
options, args = parser.parse_args()
if len(args) < 3:
parser.error("please specify rosdistro, os_name, os_platform and multiple rosdep-keys; e.g.: fuerte ubuntu lucid dep1 dep2 ...")
rosdistro_name args[0]
rosdistro_name = args[0]
os_name = args[1]
os_platform = args[2]
rosdep_keys = args[3:]
Expand Down

0 comments on commit a8a0640

Please sign in to comment.