Skip to content
Snippets Groups Projects
Commit f04528f6 authored by Toumji Abdallah's avatar Toumji Abdallah
Browse files

Added error message for not yet implemented complete BIDS project

parent 0a98e75f
Branches
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
<component name="Black">
<option name="sdkName" value="Python 2.7 (pythonProject)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (pythonProject) (3)" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (pythonProject)" project-jdk-type="Python SDK" />
</project>
\ No newline at end of file
......@@ -5,7 +5,7 @@
<sourceFolder url="file://$MODULE_DIR$/BIDSHandler/tests" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.12 (pythonProject) (3)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.12 (pythonProject)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
......@@ -279,8 +279,7 @@ class Application(tk.Frame):
def complete_bids_project(self):
""" To be implemented.
"""
pass
messagebox.showinfo('Information', 'This feature is not implemented yet')
def tool_selection(self):
""" This method is used to go back to the tool selection.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment