mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix typo
This commit is contained in:
parent
aed6b9e636
commit
beb06a4c76
@ -22,7 +22,7 @@ def create_app_data_directory(config):
|
||||
"""
|
||||
# Create the directory containing the configuration file (if not present).
|
||||
_create_directory_if_not_exists(os.path.dirname(config.SQLITE_PATH))
|
||||
# Try to set the permissions on the direectory, but don't complain
|
||||
# Try to set the permissions on the directory, but don't complain
|
||||
# if we can't. This may be the case on a mounted directory, e.g. in
|
||||
# OpenShift. We'll still secure the config database anyway.
|
||||
if os.name != 'nt':
|
||||
|
Loading…
Reference in New Issue
Block a user