Exemplo n.º 1
0
 def lookupName(self, rqTypeID):
     if CLAN_REQUESTED_DATA_TYPE.hasValue(rqTypeID):
         requestName = clan_fmts.getRequestUserName(rqTypeID)
     else:
         requestName = str(rqTypeID)
         LOG_WARNING('Request type is not found', rqTypeID)
     return requestName
Exemplo n.º 2
0
 def lookupName(self, rqTypeID):
     if CLAN_REQUESTED_DATA_TYPE.hasValue(rqTypeID):
         requestName = clan_fmts.getRequestUserName(rqTypeID)
     else:
         requestName = str(rqTypeID)
         LOG_WARNING('Request type is not found', rqTypeID)
     return requestName