[tor-bugs] #27960 [Core Tor/sbws]: Cannot log to file because of typo in fs.py

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Oct 5 19:31:36 UTC 2018


#27960: Cannot log to file because of typo in fs.py
-------------------------------+---------------------------------
     Reporter:  pastly         |      Owner:  pastly
         Type:  defect         |     Status:  assigned
     Priority:  Medium         |  Milestone:  sbws 1.0 (MVP must)
    Component:  Core Tor/sbws  |    Version:
     Severity:  Critical       |   Keywords:
Actual Points:                 |  Parent ID:
       Points:                 |   Reviewer:
      Sponsor:                 |
-------------------------------+---------------------------------
 {{{
 Traceback (most recent call last):
   File "/home/matt/src/simple-bw-scanner/venv-editable/bin/sbws", line 11,
 in <module>
     load_entry_point('sbws', 'console_scripts', 'sbws')()
   File "/home/matt/src/simple-bw-scanner/sbws/sbws.py", line 56, in main
     parser.description = sbws_required_disk_space(conf)
   File "/home/matt/src/simple-bw-scanner/sbws/util/fs.py", line 68, in
 sbws_required_disk_space
     num_log_files = conf.geting('logging', 'to_file_num_backups')
 AttributeError: 'ConfigParser' object has no attribute 'geting'
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/27960>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list