Skip to content

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