Skip to content

Commit ebbe49f

Browse files
committed
Merge branch 'dev' of github.com:jumpserver/jumpserver into dev
2 parents 28ad362 + b595ac9 commit ebbe49f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/ops/models/adhoc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ def _run_and_record(self):
242242
except AttributeError:
243243
hid = str(uuid.uuid4())
244244
history = AdHocRunHistory(id=hid, adhoc=self, task=self.task)
245+
history.save()
245246
time_start = time.time()
246247
date_start = timezone.now()
247248
is_success = False

0 commit comments

Comments
 (0)