MaciekTalaska / PatriciaSQL

small Sql query tool for PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cancel on File->Open causes crash

jayvdb opened this issue · comments

After File->Open, hit Cancel.

Traceback (most recent call last):
  File "psql.py", line 161, in open
    data = sql_file.SQLFile.load()
  File "PatriciaSQL/sql_file.py", line 22, in load
    with open(filename, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: ''
Aborted (core dumped)