CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Functions | Variables
popcon2dropbox.py File Reference

Go to the source code of this file.

Namespaces

 popcon2dropbox
 

Functions

def popcon2dropbox.checkFile
 
def popcon2dropbox.copy
 
def popcon2dropbox.run
 
def popcon2dropbox.saveFileForImportErrors
 
def popcon2dropbox.upload
 

Variables

string popcon2dropbox.auth_path_key = 'COND_AUTH_PATH'
 
tuple popcon2dropbox.consoleHandler = logging.StreamHandler(sys.stdout)
 
string popcon2dropbox.dateformatForFolder = "%Y-%m-%d-%H-%M-%S"
 
string popcon2dropbox.dateformatForLabel = "%Y-%m-%d %H:%M:%S"
 
string popcon2dropbox.errorInImportFileFolder = 'import_errors'
 
string popcon2dropbox.fmt_str = "[%(asctime)s] %(levelname)s: %(message)s"
 
list popcon2dropbox.levStr = os.environ[messageLevelEnvVar]
 
tuple popcon2dropbox.logFormatter = logging.Formatter(fmt_str)
 
tuple popcon2dropbox.logger = logging.getLogger()
 
 popcon2dropbox.logLevel = logging.INFO
 
string popcon2dropbox.messageLevelEnvVar = 'POPCON_LOG_LEVEL'