Skip to content

Default flag-format#40

Open
eljeffeg wants to merge 1 commit into
JohnHammond:masterfrom
eljeffeg:patch-1
Open

Default flag-format#40
eljeffeg wants to merge 1 commit into
JohnHammond:masterfrom
eljeffeg:patch-1

Conversation

@eljeffeg
Copy link
Copy Markdown
Contributor

@eljeffeg eljeffeg commented Sep 14, 2021

This checks to see if any flag-format has been provided and instead of failing with an exception, sets a standard default format of S+{.*?}. Prints a message to the user that it's using a default flag format.

This allows you to just run $ katana after install without any configuration errors / issues, bringing you to the prompt where you could set the flag-format if you need to, rather than requiring it from the command arg or ini.

This checks to see if any flag-format has been provided and instead of failing with an exception, sets a standard default format, such as `FLAG{my_flag}`.
Comment thread katana/repl/__init__.py
self.register_cmdfinalization_hook(self.finalization_hook)

# Set a default flag-format if none supplied
if self.manager.flag_pattern is None:
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Dumb question: shouldn't this be self.manager.flag_format?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It's possible that would also work. flag_pattern is the compiled regex of flag_format, so when flag_format is set using manager, flag_pattern is also being set.

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