mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
renamed load_json to load_json_file
This commit is contained in:
parent
c51809925f
commit
5fc00fa6f4
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ def default_settings():
|
|||
return copy.deepcopy(_DEFAULT_SETTINGS)
|
||||
|
||||
|
||||
def load_json(fpath):
|
||||
def load_json_file(fpath):
|
||||
# Load json data
|
||||
with open(fpath, "r") as opened_file:
|
||||
lines = opened_file.read().splitlines()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue