Unverified Commit 82d06351 authored by 老广's avatar 老广 Committed by GitHub

Merge pull request #1158 from jumpserver/dev

bugfix for celery log path
parents 241bdff7 aa8bece7
......@@ -33,4 +33,6 @@ class CeleryTask(models.Model):
@property
def full_log_path(self):
if not self.log_path:
return None
return os.path.join(self.LOG_DIR, self.log_path)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment