bareos: master 12d34333

Author Committer Branch Timestamp Parent
arogge arogge master 2020-11-10 17:31 master af377749 Pending
Changeset regress: make sure python-template is valid python

previously the template used @dirport@ as an integer, which is
considered a parser error. We now wrap the value with int("@dirport@")
which will make sure the template is valid python code and will throw a
runtime-error during conversion instead of a parser error it @dirport@
is replaced with anything that is not an integer.
mod - regress/configs/python-bareos-connection-test/python-bareos-test.py.in Diff File