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

fix: software_stack instead correctly assume to be a dictionary inste… #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jaydrennan
Copy link
Collaborator

…ad of SoftwareStock object

@jaydrennan
Copy link
Collaborator Author

So I printed the software_stack here and it was actually a dict with slightly different attributes.

Looked into changing this to be SoftwareStack object but it seemed to cause other issues.

You can see in generate_software_project_plan.py under the generate_software_stack() that it returns a dict instead of the SoftwareStack object.

Now that I'm writing this out I'm guessing you'll suggest it would be better to make it use the object.

@jaydrennan
Copy link
Collaborator Author

Well I must have broke more than I fixed. Python files generated are empty

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.

1 participant