diff --git a/invesalius/invesalius.py b/invesalius/invesalius.py index 052fb97..5a40b39 100755 --- a/invesalius/invesalius.py +++ b/invesalius/invesalius.py @@ -224,7 +224,7 @@ def parse_comand_line(): # If import DICOM argument... if options.dicom_dir: import_dir = options.dicom_dir - Publisher().sendMessage('Import directory', import_dir) + Publisher.sendMessage('Import directory', import_dir) return True # Check if there is a file path somewhere in what the user wrote -- libgit2 0.21.2