From 78f8759a3d8e52e63aa3ec4dc2212989ae836494 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 21 Jul 2019 13:22:44 +0200 Subject: Fix over intended lines (rightfully tripping up newer flake8) Gbp-Dch: Ignore --- gbp/scripts/import_orig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gbp/scripts/import_orig.py') diff --git a/gbp/scripts/import_orig.py b/gbp/scripts/import_orig.py index 8b0b0fe4..6d5c147b 100644 --- a/gbp/scripts/import_orig.py +++ b/gbp/scripts/import_orig.py @@ -79,7 +79,7 @@ def prepare_pristine_tar(archive, pkg, version): os.symlink(os.path.abspath(archive), link) linked = True except OSError as err: - raise GbpError("Cannot symlink '%s' to '%s': %s" % (archive, link, err[1])) + raise GbpError("Cannot symlink '%s' to '%s': %s" % (archive, link, err[1])) return (link, linked) else: return (archive, linked) -- cgit v1.2.3