Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
previously: ``` echo 'repositories: {somedir: {type: foo, url: aoeu}}' | vcs import . Traceback (most recent call last): File "/home/dan/.local/bin/vcs", line 11, in <module> load_entry_point('vcstool', 'console_scripts', 'vcs')() File "/home/dan/Documents/colcon/src/vcstool/vcstool/commands/vcs.py", line 26, in main return entrypoint(args) File "/home/dan/Documents/colcon/src/vcstool/vcstool/commands/import_.py", line 203, in main url = job['command'].url AttributeError: 'NoneType' object has no attribute 'url' ``` now: ``` echo 'repositories: {somedir: {type: foo, url: aoeu}}' | vcs import . === ./somedir (none) === Repository type 'foo' is not supported ```
- Loading branch information