mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-12 03:14:58 -04:00
Fix typo in comment
This commit is contained in:
parent
670b967020
commit
eebeba977f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue