-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74c6af0
commit 72703ae
Showing
3 changed files
with
31 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# @copyright: | ||
# Copyright © 2013-2024 NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED. | ||
|
||
# This software product is a proprietary product of Nvidia Corporation and its affiliates | ||
# (the "Company") and all right, title, and interest in and to the | ||
# software product, including all associated intellectual property rights, | ||
# are and shall remain exclusively with the Company. | ||
|
||
# This software product is governed by the End User License Agreement | ||
# provided with the software product. | ||
|
||
# @author: Miryam Schwartz | ||
# @date: Dec 08, 2024 | ||
|
||
import sys | ||
import os | ||
|
||
sys.path.append(os.getcwd() + "/src") # Add the src directory containing loganalyze | ||
sys.path.append("/".join(os.getcwd().split("/")[:-2])) # Add the root project directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters