Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

passing options -a and -n to RRDTool #41

Open
pmbert opened this issue Nov 30, 2022 · 0 comments
Open

passing options -a and -n to RRDTool #41

pmbert opened this issue Nov 30, 2022 · 0 comments
Labels

Comments

@pmbert
Copy link

pmbert commented Nov 30, 2022

"PYTHON": "3.7.3",
"RRDTOOL": "1.7.1",
"PYTHON_RRDTOOL": "0.1.16",

This is just a small thing, but it took me some time to understand why my program was not working properly.

Normally I always leave a space between option and argument. But for the options -a and -n the space must be omitted exceptionally, otherwise RRDTool will return an error.
Example:
'-a SVG', # unsupported graphics format ' SVG'
'-n DEFAULT:10', # invalid text property format
'-n TITLE:14:Times', #invalid text property format

Invoking RRDTool from bash with spaces works properly.

@pmbert pmbert added the bug label Nov 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant