From 7fa23ee6a71f08da53789e73ed1a2b36bd58fbfd Mon Sep 17 00:00:00 2001 From: Beliy Nikita Date: Wed, 6 Mar 2024 18:01:04 +0100 Subject: [PATCH] 1.6.3 --- CHANGELOG.md | 2 ++ bidsme/plugins/tools/Nibabel.py | 2 +- bidsme/version.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d7fa9..4984957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bidsme/plugins/tools/Nibabel.py b/bidsme/plugins/tools/Nibabel.py index a5901fc..4de4fd6 100644 --- a/bidsme/plugins/tools/Nibabel.py +++ b/bidsme/plugins/tools/Nibabel.py @@ -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) diff --git a/bidsme/version.txt b/bidsme/version.txt index fdd3be6..266146b 100644 --- a/bidsme/version.txt +++ b/bidsme/version.txt @@ -1 +1 @@ -1.6.2 +1.6.3