Skip to content

Commit

Permalink
Fix breakage on Windows after PR #2349
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jun 1, 2015
1 parent 79242c4 commit 792372f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spyderlib/baseconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ def get_interface_language():
lang.startswith(locale_language):
language = lang
break
else:
language = DEFAULT_LANGUAGE

return language

Expand Down

0 comments on commit 792372f

Please sign in to comment.