bb-Ricardo / check_redfish

A monitoring/inventory plugin to check components and health status of systems which support Redfish. It will also create a inventory of all components of a system.
MIT License
110 stars 30 forks source link

Syntax errors #123

Closed Djdodo666 closed 6 months ago

Djdodo666 commented 6 months ago

Hi, I get syntax errors on even every module when using the prefix "f" in front of strings. Like File "./check_redfish.py", line 47 description=f"{description}\nVersion: {__version__} ({__version_date__})", ^ SyntaxError: invalid syntax

I have Python 3.6 installed beside Python 2.7 (which the system requires). Any idea how to force check_redfish to be executed with python3?