Skip to content

Conversation

@nathanthorpe
Copy link
Contributor

@nathanthorpe nathanthorpe commented Aug 23, 2023

Add method to filter uploaded files either by glob or selection. Also refactor to use the ask method (cleanup).

image

Glob

image

List

image

@nathanthorpe nathanthorpe linked an issue Aug 23, 2023 that may be closed by this pull request

def ask(fname, msg, validate_type=None, output_f=None, **kwargs) -> str:
"""Wrap questionary functions to catch escapes and exit gracefully."""
def ask(function_name, msg, validate_type=None, output_f=None, **kwargs) -> Union[str, List[str]]:
Copy link
Contributor

Choose a reason for hiding this comment

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

:)

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@nathanthorpe nathanthorpe merged commit 8863606 into main Aug 25, 2023
@nathanthorpe nathanthorpe deleted the fix_process_filter branch August 25, 2023 15:35
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.

Filter upload files by glob

3 participants