Skip to content

Commit

Permalink
handle byzer python script stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
jinghua.zhan committed Apr 8, 2022
1 parent 40b9be0 commit 8c075a4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public static String parsePythonError(String stackTrace, Map<Integer, Integer> c
result.add(line);
}
}
if (!result.isEmpty()) result.add(0, result.get(result.size() - 1));
return StringUtils.join(result, "\n");
}

Expand Down

0 comments on commit 8c075a4

Please sign in to comment.