Skip to content

Commit

Permalink
Merge pull request ESCOMP#139 from jedwards4b/ignore_branch_prop
Browse files Browse the repository at this point in the history
ignore this silently, we use a hash so it does not matter
  • Loading branch information
jedwards4b committed Mar 5, 2020
2 parents fde04e4 + b124a9a commit c33a3bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manic/externals_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ def parse_submodules_desc_section(section_items, file_path):
path = item[1].strip()
elif name == 'url':
url = item[1].strip()
elif name == 'branch':
# We do not care about branch since we have a hash - silently ignore
pass
else:
msg = 'WARNING: Ignoring unknown {} property, in {}'
msg = msg.format(item[0], file_path) # fool pylint
Expand Down

0 comments on commit c33a3bd

Please sign in to comment.