Commit Graph

5 Commits

Author SHA1 Message Date
Pino Toscano
b659d044f7 v2v: add optional tmpdir parameter for Python_script
Add an optional parameter for Python_script.create, to specific the
temporary directory to use instead of creating a new one.
2019-09-20 11:11:38 +02:00
Richard W.M. Jones
05d4fcb64d Update copyright dates for 2019.
This command run over the source:

perl -pi.bak -e 's/(20[01][0-9])-2018/$1-2019/g' `git ls-files`
2019-01-08 11:58:30 +00:00
Richard W.M. Jones
13d85d722f mltools: Rename run_command std*_chan -> std*_fd.
These are file descriptors, not the high level OCaml in_channel/
out_channel type, so we would normally not refer to them as *_chan.

Just renaming, no functional change.
2018-08-20 16:50:24 +01:00
Richard W.M. Jones
8f4a8ae71c v2v: python_script: Use correct syntax for array slices in documentation.
Fixes commit 3d4df39732.
2018-08-03 17:24:18 +01:00
Richard W.M. Jones
3d4df39732 v2v: Factor out code to call python scripts into a separate module.
Just refactoring, no change in functionality.
2018-07-27 10:35:17 +01:00