Add directory name for checksum file
Fixes: https://pagure.io/pungi/issue/745 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
dec00fe2f4
commit
9ab3840085
4 changed files with 15 additions and 12 deletions
|
|
@ -194,4 +194,4 @@ def load_config(data={}, **kwargs):
|
|||
|
||||
|
||||
def load_bin(name):
|
||||
return imp.load_source('pungi_cli_fake_' + name, os.path.dirname(__file__) + "/../bin/" + name)
|
||||
return imp.load_source('pungi_cli_fake_' + name, os.path.dirname(__file__) + "/../bin/" + name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue