We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb1dee commit 774d47cCopy full SHA for 774d47c
1 file changed
share/kwipe/main.py
@@ -357,7 +357,7 @@ def run(self):
357
limit = int(self.size / _MEGABYTE) * _MEGABYTE
358
rest = int(self.size - limit)
359
360
- fd = os.open(self.device, os.O_RDWR|os.O_DIRECT|os.O_SYNC|os.O_NONBLOCK)
+ fd = os.open(self.device, os.O_RDWR|os.O_DIRECT)
361
362
# Set current position like seek()
363
os.lseek(fd, self.position, os.SEEK_SET)
0 commit comments