Skip to content

Commit

Permalink
follow-up for path check change...
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Aug 31, 2016
1 parent 14090dc commit 8a07684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/skin.py
Expand Up @@ -71,7 +71,7 @@ def get_colors(self):
create color list by parsing all color files
"""
self.colors = []
color_path = os.path.join(self.path, "colors") if self.path else None
color_path = os.path.join(self.path, "colors") if self.path else ""
if not self.xml_file or not os.path.exists(color_path):
return False
for path in os.listdir(color_path):
Expand Down

0 comments on commit 8a07684

Please sign in to comment.