Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f3670bb authored by Doug Zongker's avatar Doug Zongker
Browse files

fix build: make check_radio_versions.py okay with no args

Change-Id: I3539383d9761b57152c04ba9198c724509ba6223
parent 2c4dc957
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@ try:
except ImportError:
  from sha import sha as sha1

if len(sys.argv) < 2:
  sys.exit(0)

build_info = {}
f = open(sys.argv[1])
for line in f: