ATLAS Offline Software
Classes | Functions | Variables
python.iconfTool.gui.pad Namespace Reference

Classes

class  Pad
 

Functions

def report ()
 

Variables

 logger
 

Function Documentation

◆ report()

def python.iconfTool.gui.pad.report ( )

Definition at line 17 of file pad.py.

17 def 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

Definition at line 14 of file pad.py.

python.iconfTool.gui.pad.report
def report()
Definition: pad.py:17