macadmins/installapplications

crashes when attempting to log events of userscripts running in setupassistant stage

Closed this issue · 1 comments

Traceback (most recent call last):
  File "/Library/installapplications/installapplications.py", line 733, in <module>
    main()
  File "/Library/installapplications/installapplications.py", line 700, in main
    iaslog('Detected setupassistant and user script. '
  File "/Library/installapplications/installapplications.py", line 57, in iaslog
    NSLog('[InstallApplications] ' + text)
ValueError: Too few arguments for format string [cur:1/len:1]

Addressed with dffbe0a