worker-automate-hub 0.4.396__py3-none-any.whl → 0.4.397__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,10 +51,27 @@ async def sped_fiscal(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
51
51
  """
52
52
  try:
53
53
  # Get config from BOF
54
- get_config_gerar_inventario = await get_config_by_name("SPED_gerar_inventario")
55
- gerar_inventario = get_config_gerar_inventario["conConfiguracao"]["gerar"]
56
54
  config = await get_config_by_name("login_emsys")
57
55
  console.print(task)
56
+ try:
57
+ get_config_gerar_inventario = await get_config_by_name("SPED_gerar_inventario")
58
+ console.print(get_config_gerar_inventario)
59
+ con_config = get_config_gerar_inventario.get("conConfiguracao")
60
+ if con_config is not None:
61
+ gerar_inventario = con_config.get("gerar")
62
+ else:
63
+ return RpaRetornoProcessoDTO(
64
+ sucesso=False,
65
+ retorno="Não foi possivel recuperar o valor da configuração Gerar Inventario, não sendo possivel seguir com o processo.",
66
+ status=RpaHistoricoStatusEnum.Falha,
67
+ )
68
+ except Exception as e:
69
+ return RpaRetornoProcessoDTO(
70
+ sucesso=False,
71
+ retorno=f"Não foi possivel recuperar o valor da configuração Gerar Inventario, erro: {e}.",
72
+ status=RpaHistoricoStatusEnum.Falha,
73
+ )
74
+
58
75
 
59
76
  # Seta config entrada na var sped_processar para melhor entendimento
60
77
  sped_processar = task.configEntrada
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: worker-automate-hub
3
- Version: 0.4.396
3
+ Version: 0.4.397
4
4
  Summary: Worker Automate HUB é uma aplicação para automatizar rotinas de RPA nos ambientes Argenta.
5
5
  Author: Joel Paim
6
6
  Requires-Python: >=3.12,<4.0
@@ -54,7 +54,7 @@ worker_automate_hub/tasks/jobs/fidc_gerar_nosso_numero.py,sha256=Y-mKYcgX1kwcy_s
54
54
  worker_automate_hub/tasks/jobs/fidc_remessa_cobranca_cnab240.py,sha256=QBGm6eS5JghgNWNqZlk1g2a2iV8LnBLiOTBBL3Giet0,4181
55
55
  worker_automate_hub/tasks/jobs/login_emsys.py,sha256=IoGCIvO4UwmuxOZEn3cvYJlKyhsWvtHvbFk8vwjTroQ,5620
56
56
  worker_automate_hub/tasks/jobs/playground.py,sha256=bdnXv3C7WLQUxt4edGZDfAbRJJ2-q4zuIQaK3GLnaUc,1765
57
- worker_automate_hub/tasks/jobs/sped_fiscal.py,sha256=66rE9JpGjXAcQoV2RfUpkzs6XbGQsuO86Pg7auo-QAA,25159
57
+ worker_automate_hub/tasks/jobs/sped_fiscal.py,sha256=yJtZqd-Xwida1w15sPchoF7JStIgsBchgt_-BWdAsfM,25942
58
58
  worker_automate_hub/tasks/jobs/transferencias.py,sha256=keCUlvbPhLrTiZQ9Co_r6IqL5wjYqVGB_-mgvdDe9pM,36080
59
59
  worker_automate_hub/tasks/task_definitions.py,sha256=2Jp1H4_qJZqqGyaP6MA87KLt4QNrtWBYWbXu-2gymFo,4459
60
60
  worker_automate_hub/tasks/task_executor.py,sha256=eXFgWbcM8aMPwENvNix8KyFv7BqvIwhXUDkBSI1ul7M,8873
@@ -67,7 +67,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
67
67
  worker_automate_hub/utils/util.py,sha256=YCbgMMBwhp9LD6NUmE5S2K6S12TNEpGJm25FqfsIKPE,119544
68
68
  worker_automate_hub/utils/utils_nfe_entrada.py,sha256=GsvN7XMWAmCFHqC0YMZsjsb0myL-7ahuzHN4jPNn0zc,27623
69
69
  worker_automate_hub/worker.py,sha256=KDBU3L2kVobndrnN5coRZFTwVmBLKmPJjRv20sCo5Hc,4697
70
- worker_automate_hub-0.4.396.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
71
- worker_automate_hub-0.4.396.dist-info/METADATA,sha256=MdcVWCeuNJnaPNio3F4pebCTKy4R1sDoBYg_aOwbnqw,2895
72
- worker_automate_hub-0.4.396.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
73
- worker_automate_hub-0.4.396.dist-info/RECORD,,
70
+ worker_automate_hub-0.4.397.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
71
+ worker_automate_hub-0.4.397.dist-info/METADATA,sha256=61U9xgS_Xa5YoslRTFpojHVsaZkXbvBdmKWtT7ypm8k,2895
72
+ worker_automate_hub-0.4.397.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
73
+ worker_automate_hub-0.4.397.dist-info/RECORD,,