snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
6 stars 2 forks source link

Ahrrri/31/logger #40

Closed Ahrrri closed 1 year ago

Ahrrri commented 1 year ago

Logger was implemented. but how can I manage Pylint warnings with similar lines? This closes #31

kangz12345 commented 1 year ago

You can write as below to automatically close the related issue.

This closes #31.

kangz12345 commented 1 year ago

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.

kangz12345 commented 1 year ago

You can write as below to automatically close the related issue.

This closes #31.

See also Linking a pull request to an issue.

Ahrrri commented 1 year ago

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.