| | |
| | | <call function="'importPythonLibraries'"/> |
| | | |
| | | <call function="'initialiseGlobalVariables'"/> |
| | | |
| | | |
| | | <message> |
| | | 'Remove files from previous runs under %s.' % DIRECTORY_INSTANCE_DIR |
| | | </message> |
| | | <call function="'deleteFolder'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME , |
| | | 'foldername' : DIRECTORY_INSTANCE_DIR } |
| | | </call> |
| | | <call function="'createFolder'"> |
| | | { 'location' : STAF_REMOTE_HOSTNAME , |
| | | 'foldername' : DIRECTORY_INSTANCE_DIR } |
| | | </call> |
| | | |
| | | <call function="'GetDirectoryServerInformation'"/> |
| | | |
| | | <!-- Set variables to build unique path to store data --> |