Add 'repo.json' to url before giving it to bpkg

This commit is contained in:
Ellwood Zwovic
2017-07-24 17:54:39 -07:00
parent 5fcc8153f6
commit cc53e54877
3 changed files with 9 additions and 12 deletions

View File

@@ -2,6 +2,7 @@ import logging
import json
from pathlib import Path
from . import exceptions
from . import utils
class Package:
"""