Browse Source

Merge branch 'dev' of github.com:jumpserver/jumpserver into dev

pull/3405/head
ibuler 5 years ago
parent
commit
ebbe49fab2
  1. 1
      apps/ops/models/adhoc.py

1
apps/ops/models/adhoc.py

@ -242,6 +242,7 @@ class AdHoc(models.Model):
except AttributeError:
hid = str(uuid.uuid4())
history = AdHocRunHistory(id=hid, adhoc=self, task=self.task)
history.save()
time_start = time.time()
date_start = timezone.now()
is_success = False

Loading…
Cancel
Save