Skip to content

Commit

Permalink
rename command
Browse files Browse the repository at this point in the history
  • Loading branch information
Qup42 committed Sep 17, 2024
1 parent 811c1ef commit 9e60a88
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,12 @@ def format_size(bytes, suffix="B"):
bytes /= factor


class TroubleshootCommand(QleverCommand):
class SystemInfoCommand(QleverCommand):
def __init__(self):
pass

def description(self) -> str:
return (
"Please additionally attach the output of this command when "
"creating issues to help with debugging."
)
return "Gather some system info to help with troubleshooting"

def should_have_qleverfile(self) -> bool:
return True
Expand Down

0 comments on commit 9e60a88

Please sign in to comment.