Skip to content

Commit

Permalink
Fix wrong parameter name
Browse files Browse the repository at this point in the history
Summary: fixes facebook#1074

Test Plan: asdf

Reviewed By: mjpieters

fbshipit-source-id: baa6d37
  • Loading branch information
ttsugriy authored and facebook-github-bot committed Jan 10, 2017
1 parent 5422445 commit 105b782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/file_locks.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _fcntl_with_exception_handling(f, exclusive):
return False
raise
else:
def _fcntl_with_exception_handling(f, lock_type):
def _fcntl_with_exception_handling(f, exclusive):
return True


Expand Down

0 comments on commit 105b782

Please sign in to comment.