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

addcol-expr adds empty column in interactive batch mode #2640

Open
tdussa opened this issue Dec 16, 2024 · 0 comments
Open

addcol-expr adds empty column in interactive batch mode #2640

tdussa opened this issue Dec 16, 2024 · 0 comments

Comments

@tdussa
Copy link

tdussa commented Dec 16, 2024

Small description

After replaying a command log with vd -i -b -p <logfile.vdj>, addcol-expr adds an empty column instead of asking for a Python expression to use.

Data to reproduce

This .vdj file does the trick:

#!vd -p

{"sheet": null, "col": null, "row": null, "longname": "open-file", "input": ".", "keystrokes": "o", "comment": null, "replayable": true}

Steps to reproduce

Replay the above .vdj file with vd -i -b -p <file.vdj>, then press = to add a new Python-expression column.

Expected result

Querying the user for a Python expression, then adding a new column based on that expression.

Actual result with screenshot

Just an empty new column.
2024-12-16T09:16:08-Screenshot

Configuration

  • Does this issue reproduce without any plugins or configuration (using the -N CLI flag)?

Yes.

Yes, for the release version. Untested with devel. I'm using v3.1.1.

Additional context

  • What platform and version are you using (Linux, MacOS, Windows)?

Manjaro Linux current.

  • Which version of Python?

3.12.7.

  • Which terminal are you using (for display and input issues)?

Not pertinent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants