From b819013771546efa4df46f0971376f5fd8887713 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Mon, 15 Jul 2019 16:06:24 +0200 Subject: [PATCH] Improved formatting Signed-off-by: Jim Martens --- src/twomartens/masterthesis/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/twomartens/masterthesis/cli.py b/src/twomartens/masterthesis/cli.py index 6030ac7..0e147f4 100644 --- a/src/twomartens/masterthesis/cli.py +++ b/src/twomartens/masterthesis/cli.py @@ -46,8 +46,8 @@ def prepare(args: argparse.Namespace) -> None: from twomartens.masterthesis import data file_names_photos, file_names_instances, \ - instances = data.prepare_scenenet_data(conf.get_property("Paths.scenenet"), - args.protobuf_path) + instances = data.prepare_scenenet_data(conf.get_property("Paths.scenenet"), + args.protobuf_path) with open(f"{conf.get_property('Paths.scenenet_gt')}/" f"{args.ground_truth_path}/photo_paths.bin", "wb") as file: pickle.dump(file_names_photos, file)