pyx3270 0.1.7__py3-none-any.whl → 0.1.8__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.
- pyx3270/__init__.py +1 -1
- pyx3270/emulator.py +3 -3
- {pyx3270-0.1.7.dist-info → pyx3270-0.1.8.dist-info}/METADATA +1 -1
- {pyx3270-0.1.7.dist-info → pyx3270-0.1.8.dist-info}/RECORD +7 -7
- {pyx3270-0.1.7.dist-info → pyx3270-0.1.8.dist-info}/WHEEL +1 -1
- {pyx3270-0.1.7.dist-info → pyx3270-0.1.8.dist-info}/entry_points.txt +0 -0
- {pyx3270-0.1.7.dist-info → pyx3270-0.1.8.dist-info}/top_level.txt +0 -0
pyx3270/__init__.py
CHANGED
pyx3270/emulator.py
CHANGED
|
@@ -198,7 +198,7 @@ class Command(AbstractCommand):
|
|
|
198
198
|
return True
|
|
199
199
|
else:
|
|
200
200
|
error_msg = f'"erro" esperado, mas recebido: {result}.'
|
|
201
|
-
logger.
|
|
201
|
+
logger.info(error_msg)
|
|
202
202
|
raise ValueError(error_msg)
|
|
203
203
|
except ValueError:
|
|
204
204
|
logger.warning(
|
|
@@ -427,7 +427,7 @@ class X3270Cmd(AbstractEmulatorCmd):
|
|
|
427
427
|
if not self.get_full_screen(header=True).strip():
|
|
428
428
|
logger.info('Tela limpa com sucesso')
|
|
429
429
|
break
|
|
430
|
-
logger.
|
|
430
|
+
logger.debug(
|
|
431
431
|
f'Tela não foi limpa completamente na tentativa {count + 1}'
|
|
432
432
|
)
|
|
433
433
|
count += 1
|
|
@@ -521,7 +521,7 @@ class X3270Cmd(AbstractEmulatorCmd):
|
|
|
521
521
|
password: bool = False,
|
|
522
522
|
) -> None:
|
|
523
523
|
if not tosend:
|
|
524
|
-
logger.
|
|
524
|
+
logger.debug('tosend não é string, send_string não executado.')
|
|
525
525
|
return
|
|
526
526
|
# Remove caracteres especiais
|
|
527
527
|
original = tosend
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyx3270
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: Uma interface comum utilizada para automações de terminais 3270 da IBM.
|
|
5
5
|
Author-email: MatheusLPolidoro <mattpolidoro4@gmail.com>
|
|
6
6
|
Project-URL: Documentation, https://matheuslpolidoro.github.io/pyx3270/
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
docs/gen_tree.py,sha256=DQbnAfFVeeMT2mZMzByKVdM1Qm_O0q3mRrzKqKfSQ5M,11374
|
|
2
|
-
pyx3270/__init__.py,sha256=
|
|
2
|
+
pyx3270/__init__.py,sha256=bfzI91_hIjY_cTvRWLLrHAh0Pk8bpDvwS8iEOPyMNNQ,1226
|
|
3
3
|
pyx3270/__main__.py,sha256=YyGX6Wbn7bgOvXjHIeGf8Z2so8MEtXXMRcaJnqR8tU4,70
|
|
4
4
|
pyx3270/cli.py,sha256=UozbD7kvCTKiNTK9mdiLlsOVBSwrjjXg8B99rDBYUz0,4868
|
|
5
|
-
pyx3270/emulator.py,sha256=
|
|
5
|
+
pyx3270/emulator.py,sha256=8fBNRdUlL8BR8-nWTfff_EP4WdlzGhwJVszdvRL5qp4,32335
|
|
6
6
|
pyx3270/exceptions.py,sha256=TtM9LugE5m4E01vI9PnzCE-BRMqigiWvoeGTLTDDbfo,607
|
|
7
7
|
pyx3270/iemulator.py,sha256=tVEFNlZMSww2LsfdXZgmg2XJtT716uGvOHyU7G_UXBU,3081
|
|
8
8
|
pyx3270/logging_config.py,sha256=k5sYSlaAe-_hkMR2V37eXRiQ4aPNRm6R7az1iEZ4IH4,1667
|
|
@@ -27,8 +27,8 @@ tests/test_emulator.py,sha256=fpmKiGN1pyEN470XstCG8EsEpnaqFrBQ76tSp5_Sdas,69346
|
|
|
27
27
|
tests/test_exceptions.py,sha256=pvpwEUFEEju2CgBR3QPpm6wspiwzP1jp5K7gX9Pagrw,1226
|
|
28
28
|
tests/test_offline.py,sha256=jIE2rd99I4t7oRobOsmf2uaiYswQ4m74e6Q9Mj4rGYk,5583
|
|
29
29
|
tests/test_server.py,sha256=FlJ_gEhRtoESc1m9EKCfJRXeGJnMRyoUtKF1VkOYhBY,23608
|
|
30
|
-
pyx3270-0.1.
|
|
31
|
-
pyx3270-0.1.
|
|
32
|
-
pyx3270-0.1.
|
|
33
|
-
pyx3270-0.1.
|
|
34
|
-
pyx3270-0.1.
|
|
30
|
+
pyx3270-0.1.8.dist-info/METADATA,sha256=T9YmCXD0GP74QYp6DcVgUaPTQM-auW_YuKVBwSV3n5I,3417
|
|
31
|
+
pyx3270-0.1.8.dist-info/WHEEL,sha256=hPN0AlP2dZM_3ZJZWP4WooepkmU9wzjGgCLCeFjkHLA,92
|
|
32
|
+
pyx3270-0.1.8.dist-info/entry_points.txt,sha256=9kg9FaegDY2FXCVplltQGAmMiWia1LnnsPF7c1uQpa0,105
|
|
33
|
+
pyx3270-0.1.8.dist-info/top_level.txt,sha256=ptTDzZHpMHYKlnFM01XeuAnLhdlYO2NZQeER6hp3euA,24
|
|
34
|
+
pyx3270-0.1.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|