Closed Ahrrri closed 1 year ago
You can write as below to automatically close the related issue.
This closes #31.
Logger was implemented. but how can I manage Pylint warnings with similar lines?
Hmm, that part in numgen
module was for stand-alone running.
However, I think we are not going to run them as stand-alone mode.
Therefore, you may remove main()
and if __name__ == "__main__":
parts.
You can write as below to automatically close the related issue.
This closes #31.
See also Linking a pull request to an issue.
I made some of the requested changes. I am concerned about how to send a log message from an App to the logger now. I would make a new issue about that.
Logger was implemented. but how can I manage Pylint warnings with similar lines? This closes #31