fix bug in offline logging where file saved as NULL

This commit is contained in:
Alan Hamlett 2015-06-23 18:11:43 -07:00
parent 8c0c43e58a
commit 5a2ffa7319

View file

@ -50,7 +50,7 @@ class Queue(object):
try: try:
conn, c = self.connect() conn, c = self.connect()
heartbeat = { heartbeat = {
'file': data.get('file'), 'file': data.get('entity'),
'time': data.get('time'), 'time': data.get('time'),
'project': data.get('project'), 'project': data.get('project'),
'branch': data.get('branch'), 'branch': data.get('branch'),