Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BIDS Handler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Toumji Abdallah
BIDS Handler
Commits
f04528f6
Commit
f04528f6
authored
Jul 2, 2024
by
Toumji Abdallah
Browse files
Options
Downloads
Patches
Plain Diff
Added error message for not yet implemented complete BIDS project
parent
0a98e75f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.idea/misc.xml
+1
-1
1 addition, 1 deletion
.idea/misc.xml
.idea/pythonProject.iml
+1
-1
1 addition, 1 deletion
.idea/pythonProject.iml
BIDSHandler/CreationTool/Application.py
+1
-2
1 addition, 2 deletions
BIDSHandler/CreationTool/Application.py
with
3 additions
and
4 deletions
.idea/misc.xml
+
1
−
1
View file @
f04528f6
...
...
@@ -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
This diff is collapsed.
Click to expand it.
.idea/pythonProject.iml
+
1
−
1
View file @
f04528f6
...
...
@@ -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
This diff is collapsed.
Click to expand it.
BIDSHandler/CreationTool/Application.py
+
1
−
2
View file @
f04528f6
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment