--> -->
3D 2D
 
 
<type 'exceptions.IndexError'>
Python 2.7.18: /usr/bin/python
Fri Oct 18 10:29:39 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /www/doc/www.penicka.net/www/cgi-bin/print_files.py in <module>()
     22 
     23 if directory != '':
=>   24     utils.print_dir_content_view(directory)
     25 
     26 print(web.get_template(footer))
utils = <module 'utils' from '/www/doc/www.penicka.net/www/cgi-bin/utils.pyc'>, utils.print_dir_content_view = <function print_dir_content_view>, directory = 'school_files/matematika/\xc5\xbd\xc3\xa1kovsk\xc3\xbd CLOUD/Krotil Maty\xc3\xa1\xc5\xa1 (2017)/3D 2D'
 /www/doc/www.penicka.net/www/cgi-bin/utils.py in print_dir_content_view(base_path='school_files/matematika/\xc5\xbd\xc3\xa1kovsk\xc3\xbd CLOUD/Krotil Maty\xc3\xa1\xc5\xa1 (2017)/3D 2D')
    178         for item in list_item:
    179             
=>  180             suffix = item.split('.')[1]
    181             if suffix == 'pdf':
    182                 contains_pdf = True
suffix undefined, item = '3D 2D', item.split = <built-in method split of str object>

<type 'exceptions.IndexError'>: list index out of range
      args = ('list index out of range',)
      message = 'list index out of range'