From 893627d1f943320fbdb7b43be867bb133dcc8dcd Mon Sep 17 00:00:00 2001 From: Ryan Clary Date: Fri, 12 Mar 2021 14:08:39 -0800 Subject: [PATCH] * documentation --- spyder/utils/programs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spyder/utils/programs.py b/spyder/utils/programs.py index 46921e9cf39..4718aabb81c 100644 --- a/spyder/utils/programs.py +++ b/spyder/utils/programs.py @@ -1065,6 +1065,7 @@ def find_git(): def get_user_env_variables(): + """Return local environment variables""" cmdstr = '' if sys.platform == 'darwin': cmdstr = ('[[ -e /etc/profile ]] && source /etc/profile; '