Skip to content

Commit

Permalink
Assign the copy
Browse files Browse the repository at this point in the history
  • Loading branch information
oleduc committed Mar 13, 2016
1 parent f2cc95c commit 2fe4af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RequestsLibrary/RequestsKeywords.py
Expand Up @@ -981,7 +981,7 @@ def _merge_headers(session, headers):
if headers is None:
headers = {}
else:
headers.copy()
headers = headers.copy()

headers.update(session.headers)

Expand Down

0 comments on commit 2fe4af6

Please sign in to comment.