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

Update quickstart.py #578

Merged
merged 1 commit into from
Jun 29, 2024
Merged

Update quickstart.py #578

merged 1 commit into from
Jun 29, 2024

Conversation

emrgnt-cmplxty
Copy link
Contributor

@emrgnt-cmplxty emrgnt-cmplxty commented Jun 29, 2024

needs another dumb unpack, will fix


🚀 This description was created by Ellipsis for commit 7b3fb4c

Summary:

Updated R2RQuickstart.get_app method in r2r/examples/quickstart.py to return self.app.app.app instead of self.app.app.

Key points:

  • File Modified: r2r/examples/quickstart.py
  • Method Modified: R2RQuickstart.get_app
  • Change: Updated return value from self.app.app to self.app.app.app to ensure the correct application instance is returned.

Generated with ❤️ by ellipsis.dev

needs another dumb unpack, will fix
@emrgnt-cmplxty emrgnt-cmplxty marked this pull request as ready for review June 29, 2024 06:07
@emrgnt-cmplxty emrgnt-cmplxty merged commit b8c88c2 into main Jun 29, 2024
1 of 3 checks passed
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

❌ Changes requested. Reviewed everything up to 7b3fb4c in 32 seconds

More details
  • Looked at 14 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_T6eRB0ZxQStCFeJL


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@@ -595,7 +595,7 @@ def serve(self, host: str = "0.0.0.0", port: int = 8000):
self.app.serve(host, port)

def get_app(self):
return self.app.app
return self.app.app.app
Copy link
Contributor

Choose a reason for hiding this comment

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

The change to self.app.app.app seems unusual. Please confirm if the app object structure has indeed changed to require triple nesting. If not, this could lead to runtime errors due to attribute access issues.

@emrgnt-cmplxty emrgnt-cmplxty deleted the emrgnt-cmplxty-patch-4 branch June 30, 2024 15:32
iCUE-Solutions pushed a commit to DeweyLearn/DeweyLearnR2R that referenced this pull request Jul 18, 2024
needs another dumb unpack, will fix
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.

None yet

1 participant