bin/update/create_partial_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2db078c582fb254bc02322af41bda2a43dd91313 Author: LeSasse <l.sa...@fz-juelich.de> AuthorDate: Wed Mar 27 09:46:10 2024 +0100 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Thu Mar 28 08:45:18 2024 +0100 tdf#158803 statement ends with an unnessary semicolon Change-Id: Id67e1a7f944f0aa1aaa5d598305727c913d823cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165376 Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> Tested-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/bin/update/create_partial_update.py b/bin/update/create_partial_update.py index 8c49bd9159fd..3d9f459f1fdf 100755 --- a/bin/update/create_partial_update.py +++ b/bin/update/create_partial_update.py @@ -67,7 +67,7 @@ def main(): 'see also': '', 'update': get_file_info(mar_file, base_url), 'languages': {} - }; + } with open(os.path.join(update_dir, channel), "w") as f: json.dump(data, f, indent=4)