.gitignore

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
No, it won't cause an error. The execute() function checks for the leahi-common folder existence first, if it does not exists, it returns, skipping the whole update process. Not everyone have acces...

No, it won't cause an error. The execute() function checks for the leahi-common folder existence first, if it does not exists, it returns, skipping the whole update process.
Not everyone have access to that folder and a whl file don't need to run the update every time, it's more like for those who develop the code.

Also if it's not at the very beginning, the enums will be processed in the next imports, and updating them afterwards is meaningless as it won't reflect in the running code. The files needs to be updated before any other object tries to call them to make an instance.

This will be called when a user imports leahi-dialin, right? ( import leahi-dialin ) and thus cause a traceback cause the user wont have the path to the header files required for this execute call....

This will be called when a user imports leahi-dialin, right? ( import leahi-dialin ) and thus cause a traceback cause the user wont have the path to the header files required for this execute call.

suggest keeping the call in if _name_ == '_main_': of enum_update and running that

fixed

fixed

Fix typo

Fix typo

LEAHI-DIALIN-LDT-5205_[DD] Update NVM records architecture in Dialin
LEAHI-DIALIN-LDT-5205_[DD] Update NVM records architecture in Dialin
Merge branch 'LDT-5152-handler_refactor' into staging

  1. … 5 more files in changeset.
Merge branch 'staging' into LDT-5205-dd_nvm_update

  1. … 14 more files in changeset.
updated gitignore

Merge branch 'staging' into LDT-5152-handler_refactor

  1. … 14 more files in changeset.
Putting the aliases at the end makes them grouped up and in my opinion makes easier reading of the enum.

Putting the aliases at the end makes them grouped up and in my opinion makes easier reading of the enum.

Why move this here? Seems like an odd placement so far away from D14.

Why move this here? Seems like an odd placement so far away from D14.

LEAHI-DIALIN-LDT-3214_[Leahi-Dialin] Refactor to use the generic override functions
LEAHI-DIALIN-LDT-3214_[Leahi-Dialin] Refactor to use the generic override functions
LEAHI-DIALIN-LDT-607_TD: Add command to override TMP
LEAHI-DIALIN-LDT-607_TD: Add command to override TMP
- Created generic override method - Added TMP pressure override method

  1. … 2 more files in changeset.