Listing available repos

Hi there,

Is there some way I find out what butler repos are available to me? Or, more specifically, how can I list all the values for X that I can put into butler = dafButler.Butler(X, collections='2.2i/runs/DP0.2'). How can I find out, for example, that I can put dp02 in there, but not, say, dp85?

Thanks!

James

Hi James
maybe
dafButler.Butler.get_known_repos()

which shows

{'dp01', 'dp02', 'dp02-test'}
?
Mike

Perfect - thanks!