nasa-jpl-memex / nutch-python

Python port of Nutch that allows controlling Apache Nutch via its REST API.
http://nutch.apache.org/
Apache License 2.0
5 stars 2 forks source link

Fix bug in default headers argument in server.call #13

Closed ahmadia closed 8 years ago

ahmadia commented 8 years ago

headers is a mutable type, so its an unsafe default argument if we modify it (which we now do)

ahmadia commented 8 years ago

I made this bug, now I'm fixing it.

ahmadia commented 8 years ago

cc @chrismattmann