generated from itdominator/Python-With-Gtk-Template
Adding notebook save and loading structure
This commit is contained in:
@@ -26,7 +26,7 @@ class Application(IPCServer):
|
||||
|
||||
if not self.is_ipc_alive:
|
||||
for arg in unknownargs + [args.new_tab,]:
|
||||
if os.path.isdir(arg):
|
||||
if os.path.isfile(arg):
|
||||
message = f"FILE|{arg}"
|
||||
self.send_ipc_message(message)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user