Skip to content

Commit 8b0c3cc

Browse files
Update script_pytype_type_infer.py
1 parent ecacce3 commit 8b0c3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script_pytype_type_infer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from git import Repo
1616
import subprocess
1717
import shutil
18-
pytype_out_path = '/Users/malinda/Documents/Research_Topic_2/CPatMiner/AtomicASTChangeMining/pytype_output/.pytype/'
19-
PYTYPE_SAVE = '/Users/malinda/Documents/Research_Topic_2/TYPE_INFO/'
18+
pytype_out_path = 'folder to store files of PyType'
19+
PYTYPE_SAVE = 'folder to store type information'
2020
from pydriller import RepositoryMining as rp
2121
from pydriller import GitRepository
2222
from pydriller import ModificationType

0 commit comments

Comments
 (0)