-
Notifications
You must be signed in to change notification settings - Fork 3k
Move contents of project_api to export/__init__.py #3997
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
Conversation
The file `project_api.py` was poorly named and caused much confusion. Given that it was actually a front end to the exporters, I put it into the export sub-dir.
15be4fc
to
70ac607
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks lovely 👍
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 139 All exports and builds passed! |
yeah! good to go. |
Gonna run the basic test too just to make sure we don't gunk up the other PRs. /morph test |
Sounds good. |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
huh. That's strange. |
It's a timing test bug caused by CI machine load. We should really look at this again @c1728p9 @studavekar /morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
The file
project_api.py
was poorly named and caused much confusion.Given that it was actually a front end to the exporters, I put it into
the export sub-dir.
Testing