Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orch enterprise split #494

Open
wants to merge 4 commits into
base: mitaka_21st_march_base
Choose a base branch
from

Conversation

ashutosh-mishra
Copy link

No description provided.

@ashutosh-mishra
Copy link
Author

@njagadish

@njagadish
Copy link

@mak-454

pyfiles = set([f for f in files if f.endswith(".py")])
for pyfile in pyfiles:
module_name = pyfile.strip('.py')
nsd_module_name = module_name + '_NSD.py'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we want to skip _NSD.py here ?
can this file be put outside of 'modules/' folder ?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It its not a module, it should not be in 'modules' folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants