Skip to content

Commit 0bc79a0

Browse files
committed
add missing whitespaces
Signed-off-by: hwassman <[email protected]>
1 parent a9dd4ff commit 0bc79a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/zimonGrafanaIntf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ def main(argv):
208208
print(msg)
209209
return
210210

211-
print(sys.version_info >= (3,8))
212-
if (sys.version_info < (3,8)):
211+
if (sys.version_info < (3, 8)):
213212
print(f'\nYor system running {sys.version} \n\nThe IBM Storage Scale bridge for Grafana requires Python3.8 or above. \
214213
\nRead the following instructions for possible solution: \
215214
\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

Comments
 (0)