Changeset 935 for trunk/Monitoring/smon


Ignore:
Timestamp:
08/22/13 12:32:34 (11 years ago)
Author:
jripsl
Message:
  • fix typo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Monitoring/smon/repo_io.py

    r879 r935  
    250250 
    251251                if s is None: 
    252                         raise Exception("RG543534") 
     252                        #raise Exception("RG543534") 
     253                        return None 
    253254 
    254255 
     
    426427                # .. 
    427428 
    428                 print "%s %s %s"%(simulation.name,message.code,"message.body") 
     429                # debug 
     430                #print "%s %s %s"%(simulation.name,message.code,"message.body") 
    429431 
    430432                # execute 
Note: See TracChangeset for help on using the changeset viewer.