This patch series fixes a bug in the get_app_root and get_app_dir functions, see this bug report for the original project: According to their documentation, the functions should not create new directories. But they called the data_root and app_root functions that create missing directories.
This patch series fixes a bug in the
get_app_root
andget_app_dir
functions, see this bug report for the original project: According to their documentation, the functions should not create new directories. But they called thedata_root
andapp_root
functions that create missing directories.