Ticket #76: patch

File patch, 0.5 kB (added by lukas227, 13 years ago)
  • analyzer.py

     
    228228        sys.stderr.write("ERROR: the argument to the --resolution command line option must be between 72 and 1200.\n") 
    229229        sys.stderr.flush() 
    230230    else : 
    231         if (not arguments) or ((not sys.stdin.isatty()) and ("-" not in arguments)) : 
     231        if (not arguments) : 
    232232            arguments.append("-") 
    233233        totalsize = 0 
    234234        lines = []