Skip to content

Commit 5815ba1

Browse files
committed
func typo
1 parent 2a9c753 commit 5815ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hotkeys/hotkey_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def save_session(graph):
7373
viewer = graph.viewer()
7474
viewer.message_dialog(msg, title='Session Saved')
7575
else:
76-
_save_session_as(graph)
76+
save_session_as(graph)
7777

7878

7979
def save_session_as(graph):

0 commit comments

Comments
 (0)