ATLAS Offline Software
Loading...
Searching...
No Matches
python.iconfTool.gui.pad Namespace Reference

Classes

class  Pad

Functions

 report ()

Variables

 logger = logging.getLogger(__name__)

Function Documentation

◆ report()

python.iconfTool.gui.pad.report ( )

Definition at line 17 of file pad.py.

17def report():
18 logger.error(
19 "Can not init textGUI, probably wrong terminal. Try setting export TERM=xterm-256color"
20 )
21 sys.exit(-1)
22
23

Variable Documentation

◆ logger

python.iconfTool.gui.pad.logger = logging.getLogger(__name__)

Definition at line 14 of file pad.py.