FrontPage 

TB Wiki

Login

CodeFixthisList in split format

Below is a table of FIXTHIS lines in the source code for tbwiki. This table is created using data_scan and table modules.
Below is a table of FIXTHIS lines in the source code for tbwiki.
This table is created using data_scan and table modules.
Error: exception in processor
{{{#!Table:master
source_spec=/home2/birdorg/work/tbwiki/cgi-bin/.*[.]py$:/home2/birdorg/work/tbwiki/cgi-bin/plugins/.*[.]py$
match_spec="""
record_start=.*FIXTHIS
description=.*FIXTHIS[ -]*(.*)$
file=%%(basename)s
line_no=%%(line_no)s
"""
cols=file:line_no:description sortby=file:alpha,line_no:int }}}
cols=file:line_no:description
sortby=file:alpha,line_no:int
}}}
Problem reading page: CodeFixthisList:master source_spec=/home2/birdorg/work/tbwiki/cgi-bin/.*[.]py$
exception in call_processor for processor 'Table'
Traceback (most recent call last):
  File "/home2/birdorg/work/tbwiki/cgi-bin/tbwiki_engine.py", line 1957, in call_processor
    html = processor_func(req, content)
  File "/home2/birdorg/work/tbwiki-data/tbwiki/plugins/ProcessorTable.py", line 15, in main
    result = table.get_table(req, content)
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 1755, in get_table
    tb = setup_conf_and_db(req, content)
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 1706, in setup_conf_and_db
    req.page_name, conf)
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 2706, in get_table_data
    tb.handler.read()
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 628, in read
    self.data_dir)
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 1943, in read_page_or_block
    data = req.get_page_item(spec)
  File "/home2/birdorg/work/tbwiki/cgi-bin/tbwiki_engine.py", line 371, in get_page_item
    first, content = self.get_full_page_item(item_ref)
ValueError: need more than 0 values to unpack


TBWiki engine 1.9.3 by Tim Bird