Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JamfRecipeMaker throwing error #124

Open
gnowallin opened this issue Nov 1, 2023 · 0 comments
Open

JamfRecipeMaker throwing error #124

gnowallin opened this issue Nov 1, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@gnowallin
Copy link

gnowallin commented Nov 1, 2023

Getting this error when trying to run JamfRecipeMaker.

% autopkg run GoogleDrive.pkg --pre com.github.grahampugh.recipes.commonprocessors/JamfRecipeMaker

Processing GoogleDrive.pkg...

"dump()" has been removed, use

yaml = YAML(typ='unsafe', pure=True)
yaml.dump(...)

instead of file "/Users/TheUser/Library/AutoPkg/RecipeRepos/com.github.autopkg.grahampugh-recipes/CommonProcessors/JamfRecipeMaker.py", line 155

    return dump(data, width=float("inf"), default_flow_style=False)

Failed.

The following recipes failed:
GoogleDrive.pkg
Error in local.pkg.GoogleDrive: Processor: com.github.grahampugh.recipes.commonprocessors/JamfRecipeMaker: Error:
"dump()" has been removed, use

      yaml = YAML(typ='unsafe', pure=True)
      yaml.dump(...)
    
    instead of file "/Users/The Yser/Library/AutoPkg/RecipeRepos/com.github.autopkg.grahampugh-recipes/CommonProcessors/JamfRecipeMaker.py", line 155
    
            return dump(data, width=float("inf"), default_flow_style=False)
@grahampugh grahampugh self-assigned this Mar 11, 2024
@grahampugh grahampugh added the bug Something isn't working label Mar 11, 2024
tedja03 pushed a commit to tedja03/jamf-upload that referenced this issue Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants