Changeset 108794 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/Source/Python/Common/TargetTxtClassObject.py
- Timestamp:
- Mar 31, 2025 11:31:09 AM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168237
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-164365 /vendor/edk2/current 103735-103757,103769-103776,129194-168232
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/Source/Python/Common/TargetTxtClassObject.py
r85718 r108794 177 177 else: 178 178 if "CONF_PATH" in os.environ: 179 ConfDirectoryPath = os.path.norm case(os.path.normpath(os.environ["CONF_PATH"]))179 ConfDirectoryPath = os.path.normpath(os.environ["CONF_PATH"]) 180 180 else: 181 181 # Get standard WORKSPACE/Conf use the absolute path to the WORKSPACE/Conf
Note:
See TracChangeset
for help on using the changeset viewer.