Skip to content

Commit

Permalink
Use a more descriptive ID while disabling pylint message
Browse files Browse the repository at this point in the history
  • Loading branch information
jkerpe committed Jun 19, 2024
1 parent 40ac809 commit 8275def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyPolarionCli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def main() -> int:
# A broad exception has to be caught since the specific Exception Type can't be accessed.
try:
# to do: remove the "pylint: disable" once the client is used.
# pylint: disable=W0612
# pylint: disable=unused-variable
client = Polarion(polarion_url=args.server,
user=args.user,
password=args.password,
Expand Down

0 comments on commit 8275def

Please sign in to comment.