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

wwshell fixes #236

Merged
merged 1 commit into from
Jan 3, 2025
Merged

wwshell fixes #236

merged 1 commit into from
Jan 3, 2025

Conversation

FoamyGuy
Copy link
Contributor

@FoamyGuy FoamyGuy commented Jan 3, 2025

After #223 was merged the actions did not pass. This PR is trying to fix the issues that caused it to fail.

The port argument was missing in some of the function calls. I must have been using a version with the default port hardcoded back when I worked on this before.

The other pylint error was for duplicate lines between wwshell.main and circup.main. I looked for ways to refactor the initial section but didn't come to any implementation that wasn't more complex. The fact that this chunk sets a few local variables coupled with the fact that circup actually has an else block for when not using_webworkflow make it tricky to try to refactor this into a shared function.

Also removed a handful of print statements.

@FoamyGuy FoamyGuy requested a review from a team January 3, 2025 21:05
Copy link
Contributor

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

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

👍

@FoamyGuy FoamyGuy merged commit da8f6c2 into adafruit:main Jan 3, 2025
1 check passed
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.

2 participants