Skip to content

Commit b089b45

Browse files
authored
Update stats_data_generate.py
Fixed the path to contributors.csv
1 parent 88d5de0 commit b089b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/stats_data_generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def authorAdd(author_name,tracking_dic):
158158
### Update 'contributions' area, internal vs external contributions
159159

160160
# open the contributors CSV file
161-
with open('../contributors.csv', mode ='r')as file:
161+
with open('../assets/contributors.csv', mode ='r')as file:
162162
csvFile = csv.reader(file)
163163
for line in csvFile:
164164
company = line[1]

0 commit comments

Comments
 (0)