Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
fix non-ascii character in file
Browse files Browse the repository at this point in the history
  • Loading branch information
James Crosby authored and James Crosby committed Aug 29, 2014
1 parent 03c8c2e commit 451305e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yotta/lib/access.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def satisfyVersionFromAvailble(name, version_required, available):
spec = None
if name in available:
logger.debug('satisfy %s from already installed components' % name)
# we still need to check the version specification  which the remote
# we still need to check the version specification - which the remote
# components know how to parse:
remote_component = remoteComponentFor(name, version_required, 'component')
if not remote_component.versionSpec().match(available[name].version):
Expand Down

0 comments on commit 451305e

Please sign in to comment.