File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ def process_project(i, project):
153
153
parser .add_argument ('--projects_file' ,
154
154
help = 'json file containing GitHub projects' ,
155
155
type = str ,
156
- default = './resources/mypy-dependents-by-stars.json' )
156
+ default = '.. /resources/mypy-dependents-by-stars.json' )
157
157
parser .add_argument ('--limit' ,
158
158
help = 'limit the number of projects for which the pipeline should run' ,
159
159
type = int ,
@@ -165,7 +165,7 @@ def process_project(i, project):
165
165
parser .add_argument ("--output_dir" ,
166
166
help = "output dir for the pipeline" ,
167
167
type = str ,
168
- default = os .path .join ('./output' , str (int (time .time ()))))
168
+ default = os .path .join ('.. /output' , str (int (time .time ()))))
169
169
parser .add_argument ('--start' ,
170
170
help = 'start position within projects list' ,
171
171
type = int ,
You can’t perform that action at this time.
0 commit comments