Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
Fixes minor typo in one method and adds missing parameter in other
method. Only checked swift/container/reconciler.py for now.

Change-Id: I5c648010f09b6e4b1fb0380bc97b266e680602f8
  • Loading branch information
Christian Schwede committed Oct 6, 2014
1 parent 94fd95b commit 7528f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swift/container/reconciler.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ def pop_queue(self, container, obj, q_ts, q_record):
object queue entry.
:param container: the misplaced objects container
:param obj: the name of the misplaced object
:param q_ts: the timestamp of the misplaced object
:param q_record: the timestamp of the queue entry
Expand All @@ -387,7 +388,7 @@ def throw_tombstones(self, account, container, obj, timestamp,
:param account: the account name
:param container: the container name
:param account: the object name
:param obj: the object name
:param timestamp: the timestamp of the object to delete
:param policy_index: the policy index to direct the request
:param path: the path to be used for logging
Expand Down

0 comments on commit 7528f2b

Please sign in to comment.