test-fullautomation / python-jsonpreprocessor

A preprocessor for json files
Apache License 2.0
2 stars 2 forks source link

Error message (1) #231

Open HolQue opened 2 months ago

HolQue commented 2 months ago

In a previous version of the JsonPreprocessor, this code

"par${...}am2" : "123"

caused:

'Invalid parameter format in line: "par${...}am2" : "123"'

In current version this changed to:

''NoneType' object is not subscriptable'

The first error message is the better one.

Addendum:

Finally this has to be a naming convention issue.

HolQue commented 3 weeks ago

Solved by https://github.com/test-fullautomation/python-jsonpreprocessor/issues/270

Issue can be closed.