grahampugh / jamf-upload

Scripts for uploading packages to Jamf Cloud
Apache License 2.0
150 stars 39 forks source link

Explicitly print not substitutable key #78

Closed MLBZ521 closed 2 years ago

MLBZ521 commented 2 years ago

The key that is not substitutable is printed out before as a self.output("Warning: [...]"), but is not identified in the raised error. This simply also includes the key in the raised error.

I have a wrapper around my autopkg run's and it gets the RecipeError key, which ends up not providing what the Processor actually errored out on.

MLBZ521 commented 2 years ago

Removed the double space.

grahampugh commented 2 years ago

Thanks.