mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-03 07:26:42 +00:00
fix: 删除空行
This commit is contained in:
parent
cde59f7ae8
commit
fd146055f3
@ -212,7 +212,6 @@ class BasePlaybookManager:
|
|||||||
def file_to_json(path):
|
def file_to_json(path):
|
||||||
with open(path, 'r') as f:
|
with open(path, 'r') as f:
|
||||||
d = json.load(f)
|
d = json.load(f)
|
||||||
|
|
||||||
return d
|
return d
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user