mirror of
https://github.com/clearml/clearml
synced 2025-01-31 00:56:57 +00:00
Fix static method should not get any argument
This commit is contained in:
parent
0ed5ff4123
commit
141a183235
@ -1066,7 +1066,7 @@ class ScriptInfo(object):
|
|||||||
script_requirements)
|
script_requirements)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __legacy_jupyter_notebook_server_json_parsing(self):
|
def __legacy_jupyter_notebook_server_json_parsing():
|
||||||
# noinspection PyBroadException
|
# noinspection PyBroadException
|
||||||
try:
|
try:
|
||||||
# on some jupyter notebook versions this function can crash on parsing the json file,
|
# on some jupyter notebook versions this function can crash on parsing the json file,
|
||||||
|
Loading…
Reference in New Issue
Block a user