We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ef948 commit 91bfa71Copy full SHA for 91bfa71
1 file changed
ev3dev.py
@@ -72,7 +72,6 @@ def file_handle( self, path, mode, reopen=False ):
72
self._cache[path] = f
73
else:
74
f = self._cache[path]
75
- f.seek(0)
76
77
return f
78
0 commit comments