Skip to content

Commit da60eb9

Browse files
mrclaryccordoba12
andcommitted
Apply suggestions from code review
Co-authored-by: Carlos Cordoba <[email protected]>
1 parent d8b2c16 commit da60eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spyder/utils/environ.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_user_environment_variables():
6363
try:
6464
k, v = kv.split('=', 1)
6565
env_var[k] = v
66-
except:
66+
except Exception:
6767
pass
6868

6969
return env_var

0 commit comments

Comments
 (0)