Merge pull request #2 from paulhagstrom/master

Added file name and changed format for valid/invalid reporting
This commit is contained in:
thecompu 2015-12-31 13:15:12 -06:00
commit c21d640fd7
1 changed files with 2 additions and 2 deletions

View File

@ -70,9 +70,9 @@ SOSfile = open(disk_img, 'rb')
filetype = readUnpack(8, type = 't')
if filetype == 'SOS DRVR':
print "This is a proper SOS.DRIVER file."
print "Valid SOS.DRIVER file: {}".format(disk_img)
else:
print "This is not a proper SOS.DRIVER file"
print "INVALID SOS.DRIVER file: {}".format(disk_img)
exit()
# read two bytes immediately after "SOS DRVR" to determine jump