tricc-oo 1.5.5__py3-none-any.whl → 1.5.7__py3-none-any.whl

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.
@@ -1416,7 +1416,7 @@ def reorder_node_list(list_node, group, processed_nodes):
1416
1416
 
1417
1417
  # Define a lambda to assign numeric priorities
1418
1418
  def filter_logic(l_node):
1419
- priority = (getattr(l_node, "priority", None) or 0) / 100
1419
+ priority = int(getattr(l_node, "priority", None) or 400) / 1000
1420
1420
  if (
1421
1421
  isinstance(l_node, TriccNodeWait)
1422
1422
  and any(isinstance(rn, TriccNodeActivity) and any(sn.activity == rn for sn in list_node) for rn in l_node.reference)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tricc-oo
3
- Version: 1.5.5
3
+ Version: 1.5.7
4
4
  Summary: Python library that converts CDSS L2 in L3
5
5
  Project-URL: Homepage, https://github.com/SwissTPH/tricc
6
6
  Project-URL: Issues, https://github.com/SwissTPH/tricc/issues
@@ -37,10 +37,10 @@ tricc_oo/strategies/output/xlsform_cdss.py,sha256=8oLlgS1Hr6IVvI0O71kIk5oIKXbt2l
37
37
  tricc_oo/strategies/output/xlsform_cht.py,sha256=QcWcmXqIoaQWqLU2cILqnU7ybKYBs2Xd6cUL0gSr3gw,20148
38
38
  tricc_oo/strategies/output/xlsform_cht_hf.py,sha256=0D_H68a2S7oLKJENEePaRGIocrRIF45BofHlLOtGsKo,2206
39
39
  tricc_oo/visitors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
- tricc_oo/visitors/tricc.py,sha256=_4R6pi9Z3oShdlrQBpI7LYlHgnTwWnK9T0yJTFNW4W4,99118
40
+ tricc_oo/visitors/tricc.py,sha256=lahdFIiQwYk5fQNj5xncHX8FyOLyOX7q1OTffy2EvCE,99124
41
41
  tricc_oo/visitors/utils.py,sha256=Gol4JNozPEd30Q1l8IPIPhx5fqVyy9R81GofGVebgD8,484
42
42
  tricc_oo/visitors/xform_pd.py,sha256=jgjBLbfElVdi0NmClhw6NK6qNcIgWYm4KMXfVwiQwXM,9705
43
- tricc_oo-1.5.5.dist-info/METADATA,sha256=qtHRZFxeBIq7BwiVETPJnWuHMuXm0El1TFla6X0sFe8,7877
44
- tricc_oo-1.5.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
45
- tricc_oo-1.5.5.dist-info/top_level.txt,sha256=NvbfMNAiy9m4b1unBsqpeOQWh4IgA1Xa33BtKA4abxk,15
46
- tricc_oo-1.5.5.dist-info/RECORD,,
43
+ tricc_oo-1.5.7.dist-info/METADATA,sha256=29KUMVBzLhrJCHFDSItou-5iucQDQOXBiU4m5oc89gg,7877
44
+ tricc_oo-1.5.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
45
+ tricc_oo-1.5.7.dist-info/top_level.txt,sha256=NvbfMNAiy9m4b1unBsqpeOQWh4IgA1Xa33BtKA4abxk,15
46
+ tricc_oo-1.5.7.dist-info/RECORD,,