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

Commit 451305e

Browse files
James CrosbyJames Crosby
James Crosby
authored and
James Crosby
committed
fix non-ascii character in file
1 parent 03c8c2e commit 451305e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yotta/lib/access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def satisfyVersionFromAvailble(name, version_required, available):
169169
spec = None
170170
if name in available:
171171
logger.debug('satisfy %s from already installed components' % name)
172-
# we still need to check the version specification  which the remote
172+
# we still need to check the version specification - which the remote
173173
# components know how to parse:
174174
remote_component = remoteComponentFor(name, version_required, 'component')
175175
if not remote_component.versionSpec().match(available[name].version):

0 commit comments

Comments
 (0)