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

Allow Int substitution in recipe Args #896

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

jgstew
Copy link
Contributor

@jgstew jgstew commented Sep 26, 2023

This addresses the error when trying to do variable substitution with an Int: #895

Not sure what other implications this could have.

This addresses the error when trying to do variable substitution with an Int: autopkg#895

Not sure what other implications this could have.
@jgstew
Copy link
Contributor Author

jgstew commented Sep 26, 2023

Hmm, the e2e tests are failing due to:

**Processor-info:
Preferences domain com.github.autopkg looks empty, using default preferences or file.
Cannot read the recipe map file!
WARNING: Failed 'from Foundation import CFPreferencesCopyAppValue' in autopkglib.MunkiSetDefaultCatalog
WARNING: Failed 'from Foundation import NSPredicate' in autopkglib.StopProcessingIf
WARNING: Failed 'from Foundation import NSDictionary' in autopkglib.MunkiInstallsItemsCreator
Cannot parse the recipe map - it's either missing or invalid!
Try adding or removing a repo to rebuild it.

Which means it isn't failing due to the changes... the action needs updated to cause it gen the recipe map.

@jgstew
Copy link
Contributor Author

jgstew commented Sep 26, 2023

The automated tests for this are currently failing due to: #897

Once that PR is merged into dev, I can rebase and then the tests should run.

@jgstew jgstew changed the title Update __init__.py Allow Int substitution in recipe Args Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant