aboutsummaryrefslogtreecommitdiffstats
path: root/debian/bin
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2020-11-20 19:42:49 +0100
committerBastian Blank <waldi@debian.org>2020-11-20 19:42:49 +0100
commit0f40186662084692676d8964f9cf5844d875cda8 (patch)
tree1d52a1e392ca281bbba8945187931b7d2aea543b /debian/bin
parentdcaac4b316d5f76b87ccdaa7027a0878e6d6857a (diff)
downloadkernel_replicant_linux-0f40186662084692676d8964f9cf5844d875cda8.tar.gz
kernel_replicant_linux-0f40186662084692676d8964f9cf5844d875cda8.tar.bz2
kernel_replicant_linux-0f40186662084692676d8964f9cf5844d875cda8.zip
Fix error message
Diffstat (limited to 'debian/bin')
-rwxr-xr-xdebian/bin/gencontrol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/bin/gencontrol.py b/debian/bin/gencontrol.py
index c17be37030e6..0963132216ab 100755
--- a/debian/bin/gencontrol.py
+++ b/debian/bin/gencontrol.py
@@ -82,7 +82,7 @@ class Gencontrol(Base):
setattr(self, attr, True)
else:
raise RuntimeError(
- 'Unable to disable {desc} in release build ({env} set)')
+ f'Unable to disable {desc} in release build ({env} set)')
def _setup_makeflags(self, names, makeflags, data):
for src, dst, optional in names: