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

Bug: cannot tell cli2gui to select a new output file #24

Open
2 tasks done
mokurin000 opened this issue Oct 14, 2024 · 1 comment
Open
2 tasks done

Bug: cannot tell cli2gui to select a new output file #24

mokurin000 opened this issue Oct 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mokurin000
Copy link
Contributor

Before You Begin

Before proceeding, please make sure to follow these steps:

  • I have checked for similar issues in the project's issue tracker.
  • I have searched closed issues to see if a similar problem was reported
    before.

Issue Details

Before 9398671, Cli2Gui cannot detect Path type; after that, similar to case for argparse.FileType('w'), cli2gui will open an read mode file for Path

Description

the actual impact is, users must create the output file before they select.

Expected Behavior

users could set path to a new filename

Actual Behavior

users must select an existing file for output

System Information

Please provide the following additional information about your system or
environment:

  • Operating System (OS): Windows
  • OS Version: 11
  • Browser (if applicable):
  • Browser Version (if applicable):
  • Project Version (if applicable):
@mokurin000 mokurin000 added the bug Something isn't working label Oct 14, 2024
@FredHappyface
Copy link
Member

Thanks for the bug report, and good spot! I've added file write on my local branch and I'll hopefully get this tested and pushed this week all being well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants