Skip to content
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

fix: fix double import for openems.__main__ #22

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

miettal
Copy link
Member

@miettal miettal commented Nov 4, 2024

previous code has double import and it show below error

<frozen runpy>:128: RuntimeWarning: 'openems.__main__' found in
sys.modules after import of package 'openems', but prior to
execution of 'openems.__main__'; this may result in unpredictable
behaviour

previous code has double import and it show below error
```
<frozen runpy>:128: RuntimeWarning: 'openems.__main__' found in
sys.modules after import of package 'openems', but prior to
execution of 'openems.__main__'; this may result in unpredictable
behaviour
```
@miettal miettal merged commit 72e873f into main Nov 4, 2024
12 checks passed
@miettal miettal mentioned this pull request Nov 4, 2024
miettal added a commit that referenced this pull request Nov 4, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.2.4](v1.2.3...v1.2.4)
(2024-11-04)


### Bug Fixes

* add exception class and error throw code
([#25](#25))
([0359fe6](0359fe6))
* fix double import for openems.__main__
([#22](#22))
([72e873f](72e873f))
* support incase of channels attribute is missing in component object
([#23](#23))
([c4b623d](c4b623d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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