Skip to content

Commit 47cab2e

Browse files
author
Murat Kumykov
committed
.
1 parent c65f385 commit 47cab2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: examples/client/multi-image/manage_project_structure.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ def process_text_spec_file(self,args):
320320
image_name = line.split('/')[-1].split(':')[0] # Don't look at me, you wrote it!
321321
sub_project_name = "_".join((prefix, image_name))
322322
spec_line = ":".join((sub_project_name, line))
323-
if "ciena.com" in spec_line:
324-
project_list.append(spec_line)
323+
# if "ciena.com" in spec_line:
324+
project_list.append(spec_line)
325325
return (project_list)
326326

327327
def get_child_spec_list(self,args):

0 commit comments

Comments
 (0)