File: tool_long_format.diff

package info (click to toggle)
python-xattr 0.4-5%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 160 kB
  • ctags: 136
  • sloc: ansic: 662; python: 397; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Initialize the long_format variable in tool.py
--- a/Lib/xattr/tool.py
+++ b/Lib/xattr/tool.py
@@ -38,6 +38,7 @@
     except getopt.GetoptError, e:
         usage(e)
 
+    long_format = False
     for opt, arg in optargs:
         if opt in ("-h", "--help"):
             usage()