Skip to content
Snippets Groups Projects
Commit 1379f2fe authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

Merge branch 'undo-vlass-syntax' into '2.8.3.1-patch'

fix typo

See merge request !1680
parents 75aa3571 4ccd1d13
No related branches found
No related tags found
3 merge requests!1687Pickup patch changes,!1685merge patch to main,!1680fix typo
......@@ -33,7 +33,7 @@ def upgrade():
f"""
UPDATE workflow_templates
SET content=E'{set_content('vlass_quicklook', 'envoy_condor_2.8.3.1.txt')}'
WHERE filename='vlass_quicklook_envoy.condor' AND workflow_name='vlass_quicklook'
WHERE filename='vlass_ql_envoy.condor' AND workflow_name='vlass_quicklook'
"""
)
op.execute(
......
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