File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ exclude .coveragerc
2020exclude .travis*
2121prune conda-recipe
2222prune devutils
23- prune doc
23+ # prune doc
Original file line number Diff line number Diff line change 1515
1616# Use this version when git data are not available, like in git zip archive.
1717# Update when tagging a new release.
18- FALLBACK_VERSION = '1.4.0 '
18+ FALLBACK_VERSION = '1.4.2 '
1919
2020# determine if we run with Python 3.
2121PY3 = (sys .version_info [0 ] == 3 )
Original file line number Diff line number Diff line change @@ -59,6 +59,11 @@ def iconpath(iconfilename):
5959 Return string.
6060 """
6161 rv = os .path .join (APPDATADIR , 'icons' , iconfilename )
62+ print ("APPDATADIR" )
63+ print (APPDATADIR )
64+ print ("rv" )
65+ print (rv )
66+ print (os .path .isfile (rv ))
6267 assert os .path .isfile (rv ), "icon file does not exist"
6368 return rv
6469
You can’t perform that action at this time.
0 commit comments