Browse Source

Update 'localchecks/edir-version.py'

Michael Honkoop 3 months ago
parent
commit
8bcf008d27
1 changed files with 1 additions and 0 deletions
  1. 1 0
      localchecks/edir-version.py

+ 1 - 0
localchecks/edir-version.py

@@ -20,4 +20,5 @@ try:
     print("0 \"" +  output_arr[1] + "\" - Binary Version: " + output_arr[2] + ", DS Version: " + output_arr[3])
 
 except subprocess.CalledProcessError as e:
+    print("3 \"" + e)
     exit()