Skip to content
Snippets Groups Projects
Commit 06663fb4 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Update table generator

parent 30fe97eb
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,10 @@ def sw_loop(eb_files):
else:
eb_version = eb_l[1]
next_i = 2
elif len(eb_l) == 2:
# Asume the name is actually composed of 1 parts separated by -
eb_version = eb_l[1]
next_i = 2
else:
# Assume the name is actually composed of 2 parts separated by -
eb_name = '-'.join([eb_name, eb_l[1]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment