We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9c753 commit 5815ba1Copy full SHA for 5815ba1
examples/hotkeys/hotkey_functions.py
@@ -73,7 +73,7 @@ def save_session(graph):
73
viewer = graph.viewer()
74
viewer.message_dialog(msg, title='Session Saved')
75
else:
76
- _save_session_as(graph)
+ save_session_as(graph)
77
78
79
def save_session_as(graph):
0 commit comments