Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a TUI to the addon #160

Draft
wants to merge 1 commit into
base: rhel9-branch
Choose a base branch
from
Draft

Conversation

matejak
Copy link
Contributor

@matejak matejak commented Jun 25, 2021

The TUI interface is one of the two interactive interfaces an Anaconda addon may implement.

@matejak matejak added this to the 2.0 milestone Jun 25, 2021
@pep8speaks
Copy link

Hello @matejak! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 54:1: E731 do not assign a lambda expression, use a def
Line 55:1: E731 do not assign a lambda expression, use a def
Line 71:5: E266 too many leading '#' for block comment

@scrutinizer-notifier
Copy link

The inspection completed: 12 updated code elements

N_ = lambda x: x


class OSCAPTuiSpoke(FirstbootSpokeMixIn, NormalTUISpoke):
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you sure you want to run this spoke in the initial setup on first boot?

@matejak matejak modified the milestones: 2.0, 2.1.0 Jul 7, 2021
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.

4 participants