mirror of
https://github.com/littlefs-project/littlefs.git
synced 2025-12-01 12:20:02 +00:00
scripts: Tweaked openio comment
Dang, this touched like every single script.
This commit is contained in:
@ -160,8 +160,8 @@ class StackResult(co.namedtuple('StackResult', [
|
||||
self.notes | other.notes)
|
||||
|
||||
|
||||
# open with '-' for stdin/stdout
|
||||
def openio(path, mode='r', buffering=-1):
|
||||
# allow '-' for stdin/stdout
|
||||
import os
|
||||
if path == '-':
|
||||
if 'r' in mode:
|
||||
|
||||
Reference in New Issue
Block a user