Skip to content

Commit 1123b5a

Browse files
committed
temp_dir rename
1 parent beba3ff commit 1123b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/aiida/cmdline/commands/cmd_archive.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def create(
167167
batch_size,
168168
test_run,
169169
dry_run,
170-
temp_dir,
170+
tmp_dir,
171171
):
172172
"""Create an archive from all or part of a profiles's data.
173173
@@ -219,7 +219,7 @@ def create(
219219
'compression': compress,
220220
'batch_size': batch_size,
221221
'test_run': dry_run,
222-
'temp_dir': temp_dir,
222+
'tmp_dir': tmp_dir,
223223
}
224224

225225
if AIIDA_LOGGER.level <= logging.REPORT:

0 commit comments

Comments
 (0)