scripts: Tweaked openio comment
Dang, this touched like every single script.
This commit is contained in:
+1
-1
@@ -1336,8 +1336,8 @@ def punescape_help():
|
||||
'%(field)[fFeEgG]', 'An existing field formatted as a float'))
|
||||
|
||||
|
||||
# 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