Move out DNA format into separate file
This commit is contained in:
@@ -56,8 +56,9 @@ class IPortUser(metaclass=ABCMeta):
|
||||
None: Pulse the progress bar
|
||||
1: Replace message with data
|
||||
other: Close dialog and handle based on :action (-1 open fits, -2 display error)
|
||||
return: True is continue process, False is cancel.
|
||||
"""
|
||||
|
||||
"""return: True is continue process, False is cancel."""
|
||||
pass
|
||||
|
||||
def on_port_process_start(self):
|
||||
|
||||
Reference in New Issue
Block a user