Skip to content

Unused Variable Due to Typo in Output Statement in examples/manage/usage/main.py #458

@Viamo

Description

@Viamo

What is the current behavior?

In the file main.py, the variable reqResp is never used because the output is printed from the wrong variable due to a typo.

Steps to reproduce

  1. Review the main.py file.
  2. Observe that reqResp is defined but not used.
  3. Notice that the value of a different variable is printed instead, due to a typo.

Expected behavior

The variable reqResp should be used correctly, and the correct variable's value should be printed.

Other information

The issue is due to a typo causing the wrong variable to be printed. The reqResp variable should be used to display the correct output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions