Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
update get_kd_dir()
Browse files Browse the repository at this point in the history
  • Loading branch information
Manthan Sharma committed Feb 6, 2017
1 parent d35f8e8 commit 6b43e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designer/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_config_dir():
def get_kd_dir():
'''Return kivy designer source/binaries folder
'''
_dir = os.path.dirname(designer.__file__)
_dir = os.environ['designer_source_dir']
if isinstance(_dir, bytes):
_dir = _dir.decode(get_fs_encoding())
return _dir
Expand Down

0 comments on commit 6b43e95

Please sign in to comment.