Skip to content

Commit b124a9a

Browse files
committed
ignore this silently, we use a hash so it does not matter
1 parent fde04e4 commit b124a9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manic/externals_description.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ def parse_submodules_desc_section(section_items, file_path):
180180
path = item[1].strip()
181181
elif name == 'url':
182182
url = item[1].strip()
183+
elif name == 'branch':
184+
# We do not care about branch since we have a hash - silently ignore
185+
pass
183186
else:
184187
msg = 'WARNING: Ignoring unknown {} property, in {}'
185188
msg = msg.format(item[0], file_path) # fool pylint

0 commit comments

Comments
 (0)