We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323099c commit 0141166Copy full SHA for 0141166
1 file changed
fuse.py
@@ -17,7 +17,6 @@
17
except:
18
pass
19
20
-from string import join
21
import sys
22
import os
23
from errno import *
@@ -317,7 +316,6 @@ def error(self, msg):
317
316
318
def print_help(self, file=sys.stderr):
319
SubbedOptParse.print_help(self, file)
320
- print(file=file)
321
self.fuse_args.setmod('showhelp')
322
323
def print_version(self, file=sys.stderr):
0 commit comments