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 564e244 commit a118cc6Copy full SHA for a118cc6
scripts/menu_main.py
@@ -1,5 +1,4 @@
1
-#!/usr/bin/env python3
2
-
+#!/usr/bin/python3
3
from blessed import Terminal
4
import sys
5
import subprocess
@@ -299,6 +298,7 @@ def checkDockerVersion():
299
298
currentDockerVersion = currentDockerVersion.decode("utf-8").rstrip().replace('"', '')
300
except Exception as err:
301
print("Error attempting to run docker command:", err)
+ currentDockerVersion = ""
302
303
return checkVersion(requiredDockerVersion, currentDockerVersion)
304
0 commit comments