portune 0.1.10__tar.gz → 0.1.11__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of portune might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: portune
3
- Version: 0.1.10
3
+ Version: 0.1.11
4
4
  Summary: Simple Python HTTP Exec Server
5
5
  Author: Franck Jouvanceau
6
6
  Maintainer: Franck Jouvanceau
@@ -1283,7 +1283,7 @@ def generate_html_report(
1283
1283
  <td style="text-align: right;">{port}</td>
1284
1284
  <td style="text-align: center;"><span class="{status_class} status">{escape(status)}</span></td>
1285
1285
  <td style="text-align: center;"><span class="{ping_class} ping">{ping_status}</span></td>
1286
- {"\n".join([f'<td class="desc">{escape(str(d))}</td>' for d in desc])}
1286
+ {"\n".join([f'<td class="desc">{escape(desc[i] if i < len(desc) else "")}</td>' for i in range(len(desc_titles))])}
1287
1287
  </tr>
1288
1288
  ''')
1289
1289
 
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.1.10'
21
- __version_tuple__ = version_tuple = (0, 1, 10)
20
+ __version__ = version = '0.1.11'
21
+ __version_tuple__ = version_tuple = (0, 1, 11)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: portune
3
- Version: 0.1.10
3
+ Version: 0.1.11
4
4
  Summary: Simple Python HTTP Exec Server
5
5
  Author: Franck Jouvanceau
6
6
  Maintainer: Franck Jouvanceau
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes