mirror of https://github.com/jumpserver/jumpserver
fix: 删除空行
parent
cde59f7ae8
commit
fd146055f3
|
@ -212,7 +212,6 @@ class BasePlaybookManager:
|
|||
def file_to_json(path):
|
||||
with open(path, 'r') as f:
|
||||
d = json.load(f)
|
||||
|
||||
return d
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Reference in New Issue