worker-automate-hub 0.5.15__py3-none-any.whl → 0.5.16__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of worker-automate-hub might be problematic. Click here for more details.
- worker_automate_hub/utils/util.py +4 -1
- {worker_automate_hub-0.5.15.dist-info → worker_automate_hub-0.5.16.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.15.dist-info → worker_automate_hub-0.5.16.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.15.dist-info → worker_automate_hub-0.5.16.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.15.dist-info → worker_automate_hub-0.5.16.dist-info}/entry_points.txt +0 -0
@@ -34,6 +34,8 @@ from worker_automate_hub.models.dao.rpa_configuracao import RpaConfiguracao
|
|
34
34
|
from worker_automate_hub.models.dto.rpa_historico_request_dto import (
|
35
35
|
RpaHistoricoStatusEnum,
|
36
36
|
RpaRetornoProcessoDTO,
|
37
|
+
RpaTagDTO,
|
38
|
+
RpaTagEnum,
|
37
39
|
)
|
38
40
|
from worker_automate_hub.models.dto.rpa_processo_entrada_dto import (
|
39
41
|
RpaProcessoEntradaDTO,
|
@@ -2912,8 +2914,9 @@ async def rateio_despesa(unidade_code: str) -> RpaRetornoProcessoDTO:
|
|
2912
2914
|
main_window = app["Busca Centro de Custo"]
|
2913
2915
|
return RpaRetornoProcessoDTO(
|
2914
2916
|
sucesso=False,
|
2915
|
-
retorno=f"
|
2917
|
+
retorno=f"Centro de custo não localizado na tela de rateio, por favor, verificar",
|
2916
2918
|
status=RpaHistoricoStatusEnum.Falha,
|
2919
|
+
tags=[RpaTagDTO(descricao=RpaTagEnum.Negocio)],
|
2917
2920
|
)
|
2918
2921
|
except Exception as e:
|
2919
2922
|
return RpaRetornoProcessoDTO(
|
@@ -70,10 +70,10 @@ worker_automate_hub/utils/get_creds_gworkspace.py,sha256=ZJ0IIEjM4IXIV9rwfbOZ1V1
|
|
70
70
|
worker_automate_hub/utils/logger.py,sha256=FYV9fg0_RAYJF_ZOCJEbqQAiCXlXk2gMpvUU1rzT_xs,671
|
71
71
|
worker_automate_hub/utils/toast.py,sha256=xPHc5r5uOxB_cZlCzm13Kt2qSKLLFZALncU6Qg3Ft68,1162
|
72
72
|
worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbVlwDl49Y,7972
|
73
|
-
worker_automate_hub/utils/util.py,sha256=
|
73
|
+
worker_automate_hub/utils/util.py,sha256=x6KOiTPHteuNuw1b-i9IiyUtjxi6RB8vcpRcuJWjtuI,126596
|
74
74
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=p5r_L5k7gqCBvV8v6dbLFM6INKiSpGc4Gegid0_YAh4,29017
|
75
75
|
worker_automate_hub/worker.py,sha256=CT-poyP1ZYvubArYsnnNd9oJ53SPaDwgr6p6keS3nI4,6248
|
76
|
-
worker_automate_hub-0.5.
|
77
|
-
worker_automate_hub-0.5.
|
78
|
-
worker_automate_hub-0.5.
|
79
|
-
worker_automate_hub-0.5.
|
76
|
+
worker_automate_hub-0.5.16.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
77
|
+
worker_automate_hub-0.5.16.dist-info/METADATA,sha256=n3-4FUKeu-xhT-Pd8OD5LD2NgFoFXtFMIvCiAgcPNBM,2894
|
78
|
+
worker_automate_hub-0.5.16.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
79
|
+
worker_automate_hub-0.5.16.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.15.dist-info → worker_automate_hub-0.5.16.dist-info}/entry_points.txt
RENAMED
File without changes
|