We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dd4ff commit 0bc79a0Copy full SHA for 0bc79a0
source/zimonGrafanaIntf.py
@@ -208,8 +208,7 @@ def main(argv):
208
print(msg)
209
return
210
211
- print(sys.version_info >= (3,8))
212
- if (sys.version_info < (3,8)):
+ if (sys.version_info < (3, 8)):
213
print(f'\nYor system running {sys.version} \n\nThe IBM Storage Scale bridge for Grafana requires Python3.8 or above. \
214
\nRead the following instructions for possible solution: \
215
\nhttps://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/wiki/What-to-do-if-your-system-is-on-a-Python-version-lower-than-3.8')
0 commit comments