Martin Riedel
Martin Riedel
I have the same error - unfortunately, your fix doesn't work for me. (Ubuntu 21.04 up to date; axiom up-to-date)
At least it works for me - it shouldn't work without `--single` at the moment, as the referenced `$tmp` folder only gets created with `--single`. I've tried fixing it through...
@johnflavin With a boolean, you can't distinguish a `bad parameter` from a `server error`. Taking that into consideration, I'd go with the `int`.
After thinking a while about it, I'd go with your suggestion to use the exception mechanism to distinguish the error.
Is the `path` hashed or the `binary`?
To apply the changes in the `.bashrc`, you need to `source ~/.bashrc` - this reloads the configuration and makes the aliases available. Alternatively, you could also restart the computer you're...