mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 17:27:39 +02:00
Add more type annotations
This commit is contained in:
@@ -146,7 +146,7 @@ class Manager:
|
||||
self.failed_specs[fid] = ftc.status
|
||||
else:
|
||||
if ftc.status == 'OK':
|
||||
self.state == State.transferring
|
||||
self.state = State.transferring
|
||||
return ''
|
||||
else:
|
||||
return ftc.status
|
||||
|
||||
Reference in New Issue
Block a user