mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-17 21:57:48 +00:00
Merge branch 'ansible' into dev
This commit is contained in:
commit
aa8bece724
@ -33,4 +33,6 @@ class CeleryTask(models.Model):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def full_log_path(self):
|
def full_log_path(self):
|
||||||
|
if not self.log_path:
|
||||||
|
return None
|
||||||
return os.path.join(self.LOG_DIR, self.log_path)
|
return os.path.join(self.LOG_DIR, self.log_path)
|
||||||
|
Loading…
Reference in New Issue
Block a user