From 2c0c8a144d76e99ce58fa6d1d7c262d913461879 Mon Sep 17 00:00:00 2001 From: "fpalearii@corvina.fisica.unimo.it" Date: Tue, 12 Apr 2022 18:39:27 +0200 Subject: [PATCH] revert fix; problem with merge --- command_line/gkkp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_line/gkkp.py b/command_line/gkkp.py index cf1f0211..87ac532a 100644 --- a/command_line/gkkp.py +++ b/command_line/gkkp.py @@ -103,7 +103,7 @@ def dbs_are_not_there(): if dbs_are_not_there: print("[WARNING] First attempt didn't work. Retrying with UseQindxB") run_ypp_ph(UseQindxB=True) - if dbs_are_not_there: print('[ERROR] ndb.elph_gkkp databases not created. Check the logs.') + if dbs_are_not_there(): print('[ERROR] ndb.elph_gkkp databases not created. Check the logs.') if __name__ == "__main__": parser = argparse.ArgumentParser(description='Generate SAVE folder including gkkp databases')