Skip to content

Commit

Permalink
Added comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 12, 2006
1 parent 5d1d366 commit bde9ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowberry/sb/addon.py
Expand Up @@ -655,7 +655,7 @@ def readMetaData(self):

# Check for a game component name in the path.
for component in confdb.getGameComponents():
compName = component.getId()[5:]
compName = component.getId()[5:] # skip "game-" prefix
if compName in path:
game = compName
break
Expand Down

0 comments on commit bde9ed8

Please sign in to comment.