Skip to content

Commit

Permalink
remove attribute _schemadocs from buildtest parser
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Dec 28, 2023
1 parent b825256 commit bbcc1f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildtest/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ class BuildTestParser:

_github = "https://github.com/buildtesters/buildtest"
_docs = "https://buildtest.readthedocs.io/en/latest/index.html"
_schemadocs = "https://buildtesters.github.io/buildtest/"
_slack = "http://hpcbuildtest.slack.com/"
_issues = "https://github.com/buildtesters/buildtest/issues"
_progname = "buildtest"
Expand All @@ -216,7 +215,6 @@ class BuildTestParser:
GitHub: {_github}
Documentation: {_docs}
Schema Documentation: {_schemadocs}
Slack: {_slack}
Please report issues at {_issues}
Expand Down Expand Up @@ -344,6 +342,7 @@ def _build_subparsers(self):
for name, kwargs in self.subcommands.items():
self.subparsers.add_parser(name, **kwargs)


for name, kwargs in self.hidden_subcommands.items():
self.subparsers.add_parser(name, **kwargs)

Expand Down

0 comments on commit bbcc1f1

Please sign in to comment.