Skip to content

Commit

Permalink
PyQt5 Port
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedat Demir committed Sep 1, 2015
1 parent 5dd36e2 commit 17594cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pds/qiconloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self, pds = None, debug = False, forceCache = False):
self._forceCache = forceCache

# Get possible Data Directories
dataDirs = (getenv('XDG_DATA_DIRS'))
dataDirs = getenv('XDG_DATA_DIRS'))
if dataDirs.isspace():
dataDirs = str('/usr/local/share/:/usr/share/')

Expand Down

0 comments on commit 17594cd

Please sign in to comment.