Skip to content

Commit

Permalink
继续修复awk文件中的逻辑错误
Browse files Browse the repository at this point in the history
  • Loading branch information
lihansunbai committed Jul 5, 2024
1 parent a2ca562 commit fdb7f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SHELL/EDGAR_v8_Concentrations_process.awk
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ BEGIN {
# 这里因该可以处理所有情况吧,否则,好像设置保存文件那里就可能出错…
temp_cate = "";
if (n == 6){
categories_ipcc = substr(filename[8], 1, length(filename[8])-4);
categories_ipcc = substr(filename[6], 1, length(filename[6])-4);
categories_abbr = categories_ipcc;
}
else{
Expand Down

0 comments on commit fdb7f76

Please sign in to comment.