Index: tests/dg_nvm_scripts.py =================================================================== diff -u -r07db7b5f01ad17d60c190e21574e1ed0552535ff -r2138d06d100fdcf23f2e9069f35ee2fdee62008f --- tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision 07db7b5f01ad17d60c190e21574e1ed0552535ff) +++ tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision 2138d06d100fdcf23f2e9069f35ee2fdee62008f) @@ -25,7 +25,7 @@ # Use cmd_get_dg_sw_config_record() to get the software configurations record in an excel # This function gets an address to locate the report there (i.e. /home/fw/projects/) # It creates a folder called DG_NV_Records in the destination that is called - # If no address is provided, the default location is one folder above the leahi-dialin folder wherever it is installed + # If no address is provided, the default location is one folder above the leahi_dialin folder wherever it is installed # in your computer. #dg.sw_configs.cmd_get_dg_sw_config_record() @@ -47,7 +47,7 @@ # Use cmd_get_dg_calibration_record_report() to get the calibration record in an excel # This function gets an address to locate the report there (i.e. /home/fw/projects/) # It creates a folder called DG_NV_Records in the destination that is called - # If no address is provided, the default location is one folder above the leahi-dialin folder wherever it is installed + # If no address is provided, the default location is one folder above the leahi_dialin folder wherever it is installed # in you computer. #dg.calibration_record.cmd_get_dg_calibration_record_report() @@ -66,7 +66,7 @@ # Use cmd_get_dg_system_record_report() to get the system record in an excel # This function gets an address to locate the report there (i.e. /home/fw/projects/) # It creates a folder called DG_NV_Records in the destination that is called - # If no address is provided, the default location is one folder above the leahi-dialin folder wherever it is installed + # If no address is provided, the default location is one folder above the leahi_dialin folder wherever it is installed # in your computer. dg.system_record.cmd_get_dg_system_record_report() @@ -82,7 +82,7 @@ # Use cmd_get_dg_system_record_report() to get the system record in an excel # This function gets an address to locate the report there (i.e. /home/fw/projects/) # It creates a folder called DG_NV_Records in the destination that is called - # If no address is provided, the default location is one folder above the leahi-dialin folder wherever it is installed + # If no address is provided, the default location is one folder above the leahi_dialin folder wherever it is installed # in your computer. dg.usage_record.cmd_get_dg_usage_info_record() @@ -97,7 +97,7 @@ # Use cmd_get_dg_system_record_report() to get the system record in an excel # This function gets an address to locate the report there (i.e. /home/fw/projects/) # It creates a folder called DG_NV_Records in the destination that is called - # If no address is provided, the default location is one folder above the leahi-dialin folder wherever it is installed + # If no address is provided, the default location is one folder above the leahi_dialin folder wherever it is installed # in your computer. #dg.service_record.cmd_get_dg_service_record()