diff --git a/unskript-ctl/unskript_ctl_run.py b/unskript-ctl/unskript_ctl_run.py index dd20172fa..f392feea6 100644 --- a/unskript-ctl/unskript_ctl_run.py +++ b/unskript-ctl/unskript_ctl_run.py @@ -192,6 +192,7 @@ def display_check_result(self, checks_output): # uploader.rename_and_upload_failed_objects(checks_output) now = datetime.now() rfc3339_timestamp = now.isoformat() + 'Z' + parent_folder = '/tmp' if self.uglobals.get('CURRENT_EXECUTION_RUN_DIRECTORY'): parent_folder = self.uglobals.get('CURRENT_EXECUTION_RUN_DIRECTORY') dashboard_checks_output_file = f"dashboard_{rfc3339_timestamp}.json" @@ -973,4 +974,4 @@ def create_checks_for_matrix_argument(self, list_of_actions: list): if self.info_globals and len(self.info_globals): action_list = self._common.create_checks_for_matrix_argument(actions=list_of_actions, matrix=self.matrix) - return action_list \ No newline at end of file + return action_list