Before You Begin
Before proceeding, please make sure to follow these steps:
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):
Before You Begin
Before proceeding, please make sure to follow these steps:
before.
Issue Details
Before 9398671,
Cli2Guicannot detect Path type; after that, similar to case forargparse.FileType('w'), cli2gui will open an read mode file forPathDescription
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: