We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
vd -i -b -p <logfile.vdj>
Data to reproduce
This .vdj file does the trick:
.vdj
#!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.
vd -i -b -p <file.vdj>
=
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.
Configuration
-N
Yes.
Yes, for the release version. Untested with devel. I'm using v3.1.1.
Additional context
Manjaro Linux current.
3.12.7.
Not pertinent.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:Steps to reproduce
Replay the above
.vdj
file withvd -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.
Configuration
-N
CLI flag)?Yes.
Yes, for the release version. Untested with devel. I'm using v3.1.1.
Additional context
Manjaro Linux current.
3.12.7.
Not pertinent.
The text was updated successfully, but these errors were encountered: