Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
pgadmin4
use-os-makedirs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File use-os-makedirs.patch of Package pgadmin4
From: Antonio Larrosa <alarrosa@suse.com> Subject: Use os.makedirs instead of os.mkdir So parent directories are created if needed --- web/pgadmin/setup/data_directory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: pgadmin4-7.4/web/pgadmin/setup/data_directory.py =================================================================== --- pgadmin4-7.4.orig/web/pgadmin/setup/data_directory.py +++ pgadmin4-7.4/web/pgadmin/setup/data_directory.py @@ -18,7 +18,7 @@ FAILED_CREATE_DIR = \ def _create_directory_if_not_exists(_path): if _path and not os.path.exists(_path): - os.mkdir(_path) + os.makedirs(_path) return True return False
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor