You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a dry-run of an archive import, the import_archive function raises the ImportTestRun('test run complete') exception, resulting in a user-facing Critical: output. Is there any particular reason for this behavior, rather than just a Report: that the dry-run is done?
When doing a dry-run of an archive import, the
import_archive
function raises theImportTestRun('test run complete')
exception, resulting in a user-facingCritical:
output. Is there any particular reason for this behavior, rather than just aReport:
that the dry-run is done?Relevant code here:
aiida-core/src/aiida/cmdline/commands/cmd_archive.py
Lines 516 to 525 in be0db3c
aiida-core/src/aiida/tools/archive/imports.py
Lines 198 to 200 in be0db3c
The text was updated successfully, but these errors were encountered: