-
Notifications
You must be signed in to change notification settings - Fork 2
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
create archive function #34
Comments
I think also Micha can possible take this. Notice the more general entry_dict is an EntryArchive such the following:
|
Why do you pass a dict and not an |
entry_dict is actually an improper variable name, because as you see above, it is an EntryArchive type! The EntryData type is nested inside, it is in the present example the The * means that bypass_check must be specified as a keyword argument when calling the function. For example, this would be a valid call:
|
by_pass check was just a @theodore idea to patch something few weeks ago. We can avoid putting it in our official plugin |
ask about if isinstance(context, ClientContext) failing in local tests @hampusnasstrom |
Most updated version (from imem-nomad-plugin.utils):
|
I prepared the create_archive function. Let's discuss this after the IKZ workshop @hampusnasstrom:
The text was updated successfully, but these errors were encountered: