We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e92904 commit 1478d5eCopy full SHA for 1478d5e
mbed/mbed.py
@@ -1062,7 +1062,7 @@ def fromlib(cls, lib=None):
1062
if m_repo_ref:
1063
rev = m_repo_ref.group(3)
1064
if rev and not re.match(r'^([a-fA-F0-9]{6,40})$', rev):
1065
- error('named branches not allowed in .lib, offending lib is {} '.format(os.path.basename(lib)))
+ error('Named branches not allowed in .lib, offending lib is {} '.format(os.path.basename(lib)))
1066
1067
if not (m_local or m_bld_ref or m_repo_ref):
1068
warning(
0 commit comments