Skip to content

Commit

Permalink
Default to empty dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Capalbo committed Apr 25, 2014
1 parent 4c0443d commit 1886946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchforms/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def __init__(self, instance=None, attachments=None, auth_context=None,
self.date_header = date_header
self.submit_ip = submit_ip
self.last_sync_token = last_sync_token
self.openrosa_headers = openrosa_headers
self.openrosa_headers = openrosa_headers or {}
self.instance = instance
self.attachments = attachments or {}
self.auth_context = auth_context or DefaultAuthContext()
Expand Down

0 comments on commit 1886946

Please sign in to comment.