mirror of https://gitlab.com/bashrc2/epicyon
Return instance
parent
2926097e32
commit
e9064e5616
|
|
@ -145,11 +145,11 @@ def _get_instance_software_html(title_str: str, software_name: str) -> str:
|
||||||
return ''
|
return ''
|
||||||
if software_name in title_str:
|
if software_name in title_str:
|
||||||
return ''
|
return ''
|
||||||
title_str += \
|
instance_str = \
|
||||||
'<br><label class="instanceSoftware">' + \
|
'<br><label class="instanceSoftware">' + \
|
||||||
'<span itemprop="software">' + \
|
'<span itemprop="software">' + \
|
||||||
software_name + '</span></label>\n'
|
software_name + '</span></label>\n'
|
||||||
return title_str
|
return instance_str
|
||||||
|
|
||||||
|
|
||||||
def _get_instance_software(base_dir: str, session,
|
def _get_instance_software(base_dir: str, session,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue