Jump to content

delta25

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by delta25

  1. I haven't checked the new version you published, but the previous one requires a small change as of macOS Sierra.

     

    diskutil info no longer refers to the size using the word 'size', but using the word 'space'. 

     

    Therefore, the line "volume_size = re.search('Total Size:\s+(\S+\s\w+)', extra_info)" needs to be changed to "volume_size = re.search('Total Space:\s+(\S+\s\w+)', extra_info)"

×
×
  • Create New...