mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Fix typo in comment
This commit is contained in:
parent
dafe57cdef
commit
28eaf2f2be
@ -173,7 +173,7 @@ class ReceiveModeFile(object):
|
||||
try:
|
||||
self.f = open(self.filename_in_progress, 'wb+')
|
||||
except:
|
||||
# This will only happen if someone is messaging with the data dir while
|
||||
# This will only happen if someone is messing with the data dir while
|
||||
# OnionShare is running, but if it does make sure to throw an error
|
||||
self.upload_error = True
|
||||
self.f = tempfile.TemporaryFile('wb+')
|
||||
|
Loading…
Reference in New Issue
Block a user