mirror of
https://github.com/openharmony/developtools_integration_verification.git
synced 2026-07-23 07:35:56 -04:00
2a3c214fdd
Signed-off-by: chengjian-com <2969201889@qq.com>
8 lines
133 B
Python
8 lines
133 B
Python
from Action.core.Constant import *
|
|
|
|
import sys
|
|
if __name__ == "__main__":
|
|
|
|
print("cur: " + CONSTANT.OSType.default_log_dir)
|
|
|