Skip to content

Conversation

@julien-lang
Copy link
Contributor

@julien-lang julien-lang commented Mar 17, 2025

Try to improve:
2025-04-08_09-58

cmd_args.extend(args)
try:
output = process.subprocess_check_output(cmd_args)
except process.SubprocessCalledProcessError as e:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

local variable 'e' is assigned to but never used


def get_version(self):
v = super().get_version()
if v.lower() != "undefined": # TODO constant
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Black would make changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants