Skip to content

Commit

Permalink
log file display at the end of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aaa34169 committed Apr 14, 2021
1 parent cca13ba commit 9a63944
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions Templates/Scripts/src/CGM2/CGM_workflow.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# -*- coding: utf-8 -*-
import os
import sys

#python CGM_workflow.py --working-directory "C:\Users\fleboeuf\Documents\Programmation\pyCGM2\qualisys_CGM2_workflow\Data\Doe_John_2020-03-10_01\2020-03-10\2020-03-10_Barefoot"

from pyCGM2.Utils import files
from pathlib2 import Path
import logging
Expand Down Expand Up @@ -55,3 +58,5 @@ def delete_c3d_files_in(folder_path):
else:
raise Exception(
"The pyCMG processing type is not implemented, you selected %s" % CGM2_Model)

os.startfile( args.working_directory+"\\pyCGM2-QTM-Workflow.log")

0 comments on commit 9a63944

Please sign in to comment.