Skip to content
Snippets Groups Projects
Commit f8a7b717 authored by Daniel Nemergut's avatar Daniel Nemergut Committed by Charlotte Hausman
Browse files

Not necessary to check that current_version is None here, that's done by the restriction engine

parent e899c4d0
No related branches found
No related tags found
1 merge request!1618update vlass templates for pimscache python3.10 upgrade
This commit is part of merge request !1618. Comments created here will be created in the context of that merge request.
......@@ -785,7 +785,7 @@ class RestrictedInfo(CapabilityInfo):
current_version_files = request.current_version.files
# Store the previous execution's spool directory for reusing bits of it
if request.current_version and request.current_version.workflow_metadata:
if request.current_version.workflow_metadata:
parameters["prev_spool_dir"] = request.current_version.workflow_metadata["processing_dir"]
version = CapabilityVersion(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment