X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcopy_installer.py;h=2e8a04875fdcd3c5a2a7582f52ee643aa464e5a7;hb=98d086ddda3772fb58c1bfa97478e8044596b569;hp=c70b048dfe22bc9d8c24a76a747a9230df5f556e;hpb=9a4fb568340b14698947bfa59b309ae0c67c693a;p=dak.git diff --git a/dak/copy_installer.py b/dak/copy_installer.py index c70b048d..2e8a0487 100755 --- a/dak/copy_installer.py +++ b/dak/copy_installer.py @@ -92,7 +92,7 @@ class InstallerCopier: def check_dir(self, dir, message): if not os.path.isdir(dir): - raise IOError(message) + raise IOError("%s (%s)" % (message, dir)) def check_architecture(self, arch_dir): architecture = re.sub('.*?/installer-(.*?)/.*', r'\1', arch_dir)