Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed May 20, 2023
1 parent 6ffa2a7 commit ecd686a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gqt/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def read_tree_from_database(endpoint, query_name):
most_recent_path = make_most_recent_query_name_path(endpoint)

if most_recent_path.exists():
query_name = most_recent_path.read_text() or None
query_name = most_recent_path.read_text()
else:
query_name = None

Expand Down

0 comments on commit ecd686a

Please sign in to comment.