robotframework-pythonlibcore
Advanced tools
+1
-1
| Metadata-Version: 2.4 | ||
| Name: robotframework-pythonlibcore | ||
| Version: 4.5.0 | ||
| Version: 4.5.1 | ||
| Summary: Tools to ease creating larger test libraries for Robot Framework using Python. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/robotframework/PythonLibCore |
| Metadata-Version: 2.4 | ||
| Name: robotframework-pythonlibcore | ||
| Version: 4.5.0 | ||
| Version: 4.5.1 | ||
| Summary: Tools to ease creating larger test libraries for Robot Framework using Python. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/robotframework/PythonLibCore |
@@ -29,3 +29,3 @@ # Copyright 2017- Robot Framework Foundation | ||
| __version__ = "4.5.0" | ||
| __version__ = "4.5.1" | ||
@@ -32,0 +32,0 @@ __all__ = [ |
@@ -25,3 +25,3 @@ # Copyright 2017- Robot Framework Foundation | ||
| if translation and isinstance(translation, Path) and translation.is_file(): | ||
| with translation.open("r") as file: | ||
| with translation.open("r", encoding="utf-8") as file: | ||
| try: | ||
@@ -28,0 +28,0 @@ return json.load(file) |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
66381
0.03%