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

Fixed Inappropriate Logical Expression #7956

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 11, 2023

  1. Fixed Inappropriate Logical Expression

    * Removed a break statement inside the 'finally' block of
    a try-catch statement. Using 'break' or 'continue' inside
    a finally block can suppress the propagation of unhandled
    exception.
    fazledyn-or committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    79050be View commit details
    Browse the repository at this point in the history
  2. Added self to CHANGES & CONTIBUTORS list

    Signed-off-by: fazledyn-or <ataf@openrefactory.com>
    fazledyn-or committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    9f8b689 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Update web_protocol.py

    Dreamsorcerer committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    64d8263 View commit details
    Browse the repository at this point in the history