fix fields in SCM
This commit is contained in:
parent
4696e35607
commit
7a3be01c44
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ class SCM(object):
|
|||
|
||||
def get_info(self, keys=None):
|
||||
if keys is None:
|
||||
keys = ["url", "scheme", "user", "host", "path", "query", "revision", "scmtype"]
|
||||
keys = ["url", "scheme", "user", "host", "repository", "module", "revision", "scmtype"]
|
||||
return dslice(vars(self), keys)
|
||||
|
||||
def _parse_url(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue