Skip to content
Snippets Groups Projects
report.py 168 B
Newer Older
  • Learn to ignore specific revisions
  • # SPDX-License-Identifier: GPL-2.0-or-later
    
    
    # Report errors with the mesh.
    
    
    _data = []
    
    
    def update(*args):
        _data[:] = args
    
    
    def info():
        return tuple(_data)