Skip to content

Commit

Permalink
fix: wrong indentation causing input/output configuration structure t…
Browse files Browse the repository at this point in the history
…o be empty
  • Loading branch information
LetMeR00t committed Aug 8, 2023
1 parent 2cea761 commit 7636cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analyzers/Jupyter_Analyzer/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def initialize_path(
"server_uri_http_api_kernels"
].replace("http://", "ws://")

return result
return result

def get_conf(self, type, name):
"""This is used to recover a configuration parameter from the input or output notebooks setup
Expand Down
2 changes: 1 addition & 1 deletion responders/Jupyter_Responder/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def initialize_path(
"server_uri_http_api_kernels"
].replace("http://", "ws://")

return result
return result

def get_conf(self, type, name):
"""This is used to recover a configuration parameter from the input or output notebooks setup
Expand Down

0 comments on commit 7636cde

Please sign in to comment.