Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Beliy Nikita committed Mar 6, 2024
1 parent d7607a3 commit 7fa23ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [1.6.3] - 2024-03-06

### Fixed
- Plugin/Nibabel: crash in Convert3Dto4D when removing merged files

Expand Down
2 changes: 1 addition & 1 deletion bidsme/plugins/tools/Nibabel.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def Convert3Dto4D(outfolder: str,

for file in f_list[1:]:
os.remove(file)

aux_file = tools.change_ext(file, "json")
if os.path.isfile(aux_file):
os.remove(aux_file)
Expand Down
2 changes: 1 addition & 1 deletion bidsme/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.2
1.6.3

0 comments on commit 7fa23ee

Please sign in to comment.