mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Make the file manager work a little more sanely with regard to paths.
This commit is contained in:
@@ -1120,8 +1120,6 @@ def load_file():
|
||||
|
||||
# retrieve storage directory path
|
||||
storage_manager_path = get_storage_directory()
|
||||
if storage_manager_path is None:
|
||||
storage_manager_path = ""
|
||||
|
||||
# generate full path of file
|
||||
file_path = os.path.join(
|
||||
|
||||
Reference in New Issue
Block a user