ChristianTremblay / pyhaystack

Pyhaystack is a module that allow python programs to connect to a haystack server project-haystack.org. Connection can be established with Niagara Platform running the nhaystack, Skyspark and Widesky. For this to work with Anaconda IPython Notebook in Windows, be sure to use "python setup.py install" using the Anaconda Command Prompt in Windows. If not, module will be installed for System path python but won't work in the environment of Anaconda IPython Notebook. You will need hszinc 1.3+ for this to work.
Apache License 2.0
73 stars 31 forks source link

Remove check on raw_request when setting Accept header #83

Closed sjlongland closed 4 years ago

sjlongland commented 4 years ago

Not sure why the check is there, irrespective of whether we're returning the raw request or not, we should still set the Accept header.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.08%) to 39.592% when pulling 317648154daa0630783c0f09922ec14996a8e8b2 on vrtsystems:bugfix/i82-get-grid-json into aaa0b430d1f437ee2188d51a510cb1213bc9976e on ChristianTremblay:develop.