Skip to content
Snippets Groups Projects
Commit ce177b85 authored by William Keaton Balunas's avatar William Keaton Balunas
Browse files

Fix python syntax mistake

parent 3cc84922
No related branches found
No related tags found
No related merge requests found
...@@ -215,7 +215,7 @@ def expandPrereqs(reqtype,prereqs): ...@@ -215,7 +215,7 @@ def expandPrereqs(reqtype,prereqs):
# name ("JetContainer"), configure it to containerName. # name ("JetContainer"), configure it to containerName.
def configureContainerName(modifiers, containerName): def configureContainerName(modifiers, containerName):
for mod in modifiers: for mod in modifiers:
if "JetContainer" in mod.properties: if "JetContainer" in mod.properties():
mod.JetContainer = output mod.JetContainer = output
......
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