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

multiple small fixes #702

Merged
merged 1 commit into from
Mar 5, 2024
Merged

multiple small fixes #702

merged 1 commit into from
Mar 5, 2024

Conversation

LeonOstrez
Copy link
Member

No description provided.

@LeonOstrez LeonOstrez requested a review from senko March 5, 2024 07:46
feature_description = ask_user(self, "Project is finished! Do you want to add any features or changes? "
"If yes, describe it here and if no, just press ENTER",
require_some_input=False)

if feature_description == '':
if feature_description == '' or feature_description == 'continue':
Copy link
Contributor

Choose a reason for hiding this comment

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

can there ever be a "continue" button here?

Copy link
Member Author

Choose a reason for hiding this comment

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

not sure why but when there is run_command extension shows Continue button 🤷‍♂️ I guess they come in pair...

@LeonOstrez LeonOstrez merged commit 3612d5a into development Mar 5, 2024
6 checks passed
@LeonOstrez LeonOstrez deleted the small-fixes branch March 5, 2024 07:55
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.

None yet

2 participants