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:
Lubomír Sedlář 2017-10-05 15:58:02 +02:00
parent dec00fe2f4
commit 9ab3840085
4 changed files with 15 additions and 12 deletions

View file

@ -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)