diff options
| author | Jan Tojnar <jtojnar@gmail.com> | 2022-10-25 14:17:44 +0200 |
|---|---|---|
| committer | Jan Tojnar <jtojnar@gmail.com> | 2022-10-25 15:09:34 +0200 |
| commit | 68505781e333e1a5df0a7c32f86df5b53df7a712 (patch) | |
| tree | ba033d193e33098c53e32467fd2ce1b09294d5eb /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | 511468c36cf68f3848fa732056a46cdc2acf8d28 (diff) | |
gnome.updateScript: More Python
This was prompted by the need to capture exit status of `find-latest-version.py` in the next commit.
I had to drop `errexit` (if I did not want to result to even worse hacks) but that concealed errors like the following,
when I accidentally used an incorrect equals operator in numeric comparison:
line 24: ((: 1 = 1 : attempted assignment to non-variable (error token is "= 1 ")
Converting the plumbing in `gnome/update.nix` to Python also makes it slightly easier to read.
For now, `find-latest-version.py` is still invoked as a separate process (rather than being imported as a Python module),
as `update.nix` might be replaced by `genericUpdater` in the future.
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
