qlik-oss / server-side-extension

A Qlik server-side extension protocol for extending the Qlik built-in expression library with functionality from external calculation engines.
MIT License
155 stars 126 forks source link

Update ExtensionService_column.py #15

Closed ronnieszq closed 6 years ago

ronnieszq commented 7 years ago

Line 254: within the argument parser, change of the name of the one of the optional arguments from 'definition-file' to 'definition_file' to be consistent with line 258 in the file locator.

Fixes #[issue number].

Status

[ ] Under development
[ ] Waiting for code review
[ ] Waiting for merge

Information

[ ] Contains breaking changes
[ ] Contains new API(s)
[ ] Contains documentation
[ ] Contains test
[ ] Contains examples

To-do list

[ ] [Fix this thing]
[ ] [Fix another thing]
[ ] ...
tobiaslindulf commented 6 years ago

I have included the changes in the following PR instead: https://github.com/qlik-oss/server-side-extension/pull/21 .