Remove debug statements from ais_port_forward - #13
Remove debug statements from ais_port_forward#13google-labs-jules[bot] wants to merge 5 commits into
Conversation
Removes temporary debugging output and comment in ais_port_forward.py. Additionally handles an OSError that may occur during testing with os.getlogin() in aisutils/database.py.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Removes temporary debugging output and comment in ais_port_forward.py. Additionally handles an OSError that may occur during testing with os.getlogin() in aisutils/database.py and fixes formatting.
Removes temporary debugging output and comment in ais_port_forward.py. Additionally handles an OSError that may occur during testing with os.getlogin() in aisutils/database.py and fixes formatting.
Removes temporary debugging output and comment in ais_port_forward.py. Additionally handles an OSError that may occur during testing with os.getlogin() in aisutils/database.py, fixes formatting, and updates legacy Python 2 exception handling syntax and imports in ais_port_forward.py to resolve CI pipeline failures.
|
@jules rebase on main head and merge |
I have successfully rebased the branch on the latest |
Removes temporary debugging output and comment in ais_port_forward.py. Additionally handles an OSError that may occur during testing with os.getlogin() in aisutils/database.py, fixes formatting, and updates legacy Python 2 exception handling syntax and imports in ais_port_forward.py to resolve CI pipeline failures.
Removed debugging prints from
src/noaadata/cli/ais_port_forward.py. Added fallback foros.getlogin()tosrc/aisutils/database.pybecause it would fail in CI/CD pipeline environments.PR created automatically by Jules for task 52211706689361050 started by @schwehr