mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
renamed load_json to load_json_file
This commit is contained in:
parent
ce176c2732
commit
dfe666e61f
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ def default_settings():
|
|||
return _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