Skip to content

Instantly share code, notes, and snippets.

@ershockley
Created December 3, 2016 23:57
from cax.api import api
API = api()
query = {'data': {'$not': {'$elemMatch': {'host': 'login',
'pax_version': 'v6.1.1',
'type': 'processed'
}
}
},
'detector': 'tpc',
'name': '160812_1710'}
print(API.get_next_run(query))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment