mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
fixes for pyLint
This commit is contained in:
parent
3564680867
commit
3f1eac88be
14 changed files with 35 additions and 34 deletions
|
|
@ -61,10 +61,10 @@ def infoToLog():
|
|||
boswatch.version.date["day"],
|
||||
boswatch.version.date["month"],
|
||||
boswatch.version.date["year"])
|
||||
logging.debug("- Python version: " + platform.python_version())
|
||||
logging.debug("- Python build: " + str(platform.python_build()))
|
||||
logging.debug("- System: " + platform.system())
|
||||
logging.debug("- OS Version: " + platform.platform())
|
||||
logging.debug("- Python version: %s", platform.python_version())
|
||||
logging.debug("- Python build: %s", platform.python_build())
|
||||
logging.debug("- System: %s", platform.system())
|
||||
logging.debug("- OS Version: %s", platform.platform())
|
||||
logging.debug("")
|
||||
return True
|
||||
except: # pragma: no cover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue