Skip to content

Commit

Permalink
Merge pull request #667 from gmarnin/patch-2
Browse files Browse the repository at this point in the history
makecatalogs, change the path separator
  • Loading branch information
gregneagle committed Oct 18, 2016
2 parents f3ee1d8 + c68204d commit 260418b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/client/makecatalogs
Expand Up @@ -132,7 +132,7 @@ def makecatalogs(repopath, options):


filepath = os.path.join(dirpath, filename) filepath = os.path.join(dirpath, filename)


iconpath = filepath.rsplit(iconspath + '/', 1)[1] iconpath = filepath.rsplit(iconspath + os.path.sep, 1)[1]


# Try to read the icon file # Try to read the icon file
try: try:
Expand Down

0 comments on commit 260418b

Please sign in to comment.