Skip to content

Two issues fixed: #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

maciejbanakiewicz93
Copy link

  1. Gets rid of the warning messages in the command line about unclosed resource files (with the original implementation the stream is never closed)
  2. We faced the issue with default values of keyword arguments - as soon as the debug library was activated all default values of arguments such as ${None}, ${True} etc. have been escaped (preceded with \) hence logical conditions in our custom keywords did not work anymore.

Maciej Banakiewicz added 3 commits September 28, 2023 10:59
1. Warning messages in the command line about unclosed files
2. Default values of keyword arguments (mostly booleans) are not processed correctly, e.g. ${True} is recognized as a string, not a boolean
This reverts commit e4aace5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant