Skip to content

client/cas.py: Fix typo in variable name (`write_resquests` -> `write_requests`)

Santiago Gil requested to merge santigl/cas-client-var-name-typo-fix into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

If not required, please explain in brief why not.

Change of temporary variable name.

Description

Changes proposed in this merge request:

  • client/cas.py: fix typo in write_resquests variable in _send_blob()

Merge request reports