triggering_on_cluster.finish_checks =================================== Back to :doc:`Module page <../modules/triggering_on_cluster>` Summary ------- Warning: doesn't work on Hyperion due to lack of bash commands! Signature --------- .. code-block:: python def finish_checks(files, output_dir, helios = True, resubmit_server = False, resubmit_local = False, duplicate_check = False, mem_limit = 8) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``files`` - - - - - - * - ``output_dir`` - - - - - - * - ``helios`` - - - True - - * - ``resubmit_server`` - - - False - - * - ``resubmit_local`` - - - False - - * - ``duplicate_check`` - - - False - - * - ``mem_limit`` - - - 8 - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text Warning: doesn't work on Hyperion due to lack of bash commands!