We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5221c0 commit e11d0aaCopy full SHA for e11d0aa
src/deface.py
@@ -13,7 +13,7 @@ def run_command(cmdstr, logfile):
13
14
def rename_afni_workdir(workdir_path):
15
default_prefix = workdir_path.name.split('.')[1]
16
- required_file_prefixes = ('__work', 'defacing.log')
+ required_file_prefixes = ('__work', 'defacing_pipeline.log')
17
to_be_deleted_files = [
18
str(f) for f in list(workdir_path.parent.glob('*'))
19
if not (f.name.startswith(required_file_prefixes) or f.name.endswith('QC'))]
0 commit comments