You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The filename variable is only defined if a file is uploaded, which can lead to an UnboundLocalError when the add_registration procedure is called without an uploaded file.
Suggested Fix:
Initialize filename to None at the start of the file upload logic.
Update the stored procedure to handle NULL values for filename or provide a default value.
The text was updated successfully, but these errors were encountered:
Description:
The filename variable is only defined if a file is uploaded, which can lead to an UnboundLocalError when the add_registration procedure is called without an uploaded file.
Suggested Fix:
The text was updated successfully, but these errors were encountered: