Skip to content
Snippets Groups Projects
Commit 1efeb890 authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Fixed typo

parent a86186ce
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ class RunningTransfersSet(object):
return t
# try a tape transfer
for t in self.tapeTransfers:
if t.transferid == transferid:
if t.transferId == transferid:
return t
raise KeyError
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment