You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this was done in #5115
Shall we remove the ufc key from Emulator.py and verify that nothing is broken ?
I never touched this becasue I never understood how this Emulator is working, but I suspect that we could simply get rid of it and directly instantiate CRABRest where needed. I do not see much use case for using a complicated way to insert some different REST interface to test.
find and remove all the places where
ufc
key fromEmulator/getDefault
returned dictionary is used. currently it returns dummy value: https://github.com/dmwm/CRABClient/blob/master/src/python/CRABClient/Emulator.py#L29The text was updated successfully, but these errors were encountered: