Skip to content

Commit

Permalink
revert fix; problem with merge
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 12, 2022
1 parent 850e4ea commit 2c0c8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command_line/gkkp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 2c0c8a1

Please sign in to comment.