Skip to content

Commit aebd715

Browse files
update
1 parent 6de022f commit aebd715

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Compress your version of `src/` directory ONLY into a file named `proj3_<FirstNa
217217

218218
## Contact Us
219219

220-
We will offer a tutorial on Nov 11 (Tue) and release the tutorial slides and recordings, from which you can obtain more details about the structure of `RepoSlice` and guidance on the slicer implementation.
220+
We will offer a tutorial on Nov 11 (Tue) and release the tutorial recording, from which you can obtain more details about the structure of `RepoSlice` and guidance on the slicer implementation. The slides of the tutorial are included in the directory `doc`.
221221

222222
If you have any further questions, please feel free to reach out to us:
223223

src/agent/slicescan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def scan(self) -> None:
150150
args_at_index = caller_function.args(
151151
call_site_id=call_site_id, index=index
152152
)
153-
153+
154154
for arg in args_at_index:
155155
work_list.append(
156156
(

0 commit comments

Comments
 (0)