Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 08:39:07

0001 from pandaserver.dataservice import RecoverLostFilesCore
0002 
0003 s, o = RecoverLostFilesCore.main(exec_options={"userName": "CLI", "isProductionManager": True})
0004 if s:
0005     print("OK")
0006 else:
0007     print("ERROR:", o)