We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1824ade commit 44ccceeCopy full SHA for 44cccee
dronekit/util.py
@@ -3,9 +3,8 @@
3
4
5
def errprinter(*args):
6
- print(*args, file=sys.stderr)
7
- sys.stderr.flush()
8
logger(*args)
9
10
def logger(*args):
11
- pass
+ print(*args, file=sys.stderr)
+ sys.stderr.flush()
0 commit comments