Skip to content

Commit 52c35f3

Browse files
committed
Add logs folder for storing logs
1 parent 39cecf7 commit 52c35f3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

logs/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*
2+
3+
!.gitignore

scripts/table_pid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def parse_args() -> argparse.Namespace:
226226
argument_parser.add_argument(
227227
"--logging_path",
228228
type=str,
229-
default="test_logging_path",
229+
default="logs/test_logging_path",
230230
required=False,
231231
help="The path to log the data to.",
232232
)

0 commit comments

Comments
 (0)