From: Joseph Sutton Date: Thu, 5 May 2022 09:21:28 +0000 (+1200) Subject: python/wscript: Remove unused format() argument X-Git-Tag: talloc-2.3.4~215 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79f591edc6cb7f9499914cd83e4c847942d86ee3;p=thirdparty%2Fsamba.git python/wscript: Remove unused format() argument Signed-off-by: Joseph Sutton Reviewed-by: Andreas Schneider --- diff --git a/python/wscript b/python/wscript index 9815e816d35..abe88b00129 100644 --- a/python/wscript +++ b/python/wscript @@ -64,7 +64,7 @@ def configure(conf): """ if conf.env.HEIMDAL_KRB5_CONFIG: - f.write(data.format("", "")) + f.write(data.format("")) else: modulesdir = "%s/krb5/plugins/kdb" % conf.env.LIBDIR