diff options
| author | Joseph Sutton <josephsutton@catalyst.net.nz> | 2022-05-05 21:21:28 +1200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2022-05-10 05:19:34 +0000 |
| commit | 79f591edc6cb7f9499914cd83e4c847942d86ee3 (patch) | |
| tree | 55e020011c816d7e39efec157ab41abed85ce15e /python/wscript | |
| parent | 6893e2c1d116d7bb23f08be341d5a0971dbc03e8 (diff) | |
| download | samba-79f591edc6cb7f9499914cd83e4c847942d86ee3.tar.gz samba-79f591edc6cb7f9499914cd83e4c847942d86ee3.tar.bz2 samba-79f591edc6cb7f9499914cd83e4c847942d86ee3.zip | |
python/wscript: Remove unused format() argument
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'python/wscript')
| -rw-r--r-- | python/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
