-
-
Notifications
You must be signed in to change notification settings - Fork 62
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 class detection for namespaced classes (Py) #897
Conversation
b1a38c5
to
db52266
Compare
This commit asjusts the Python generated parser to correctly deal with namespaced classes (e.g., those coming from cwltool extensions).
db52266
to
daf7967
Compare
Thank you @GlassOfWhiskey ! I regenerated the
|
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.
That error looks harmless, we just need to update the other test to match the re-ordered output.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #897 +/- ##
==========================================
- Coverage 83.14% 83.13% -0.01%
==========================================
Files 22 22
Lines 4900 4899 -1
Branches 1178 1177 -1
==========================================
- Hits 4074 4073 -1
Misses 548 548
Partials 278 278 ☔ View full report in Codecov by Sentry. |
This commit asjusts the Python generated parser to correctly deal with namespaced classes (e.g., those coming from cwltool extensions).