Closed lgatto closed 7 years ago
This line
vcontainer_name = version_name + "_" + container_name
creates a vcontainer variable that is never used. Not sure if it's a superfluous v or something else is going on.
vcontainer
v
I believe this is a legacy and not needed. I'll test delete and remove when I make the changes for making the directory structure.
Thanks!
This line
creates a
vcontainer
variable that is never used. Not sure if it's a superfluousv
or something else is going on.