Skip to content

Commit

Permalink
remove redundant logic to fix OS launch exception and updates actions…
Browse files Browse the repository at this point in the history
…/upload-artifac2 to @V3 (#1303)

Signed-off-by: Subhobrata Dey <[email protected]>
(cherry picked from commit c36d1c7)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 23, 2024
1 parent ee6a49b commit 30fcdbf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ public void ensureLogTypesLoaded() {
private List<LogType> loadBuiltinLogTypes() throws URISyntaxException, IOException {
List<LogType> logTypes = new ArrayList<>();

String pathurl = Paths.get(BuiltinLogTypeLoader.class.getClassLoader().getResource(BASE_PATH).toURI()).toString();

final String url = Objects.requireNonNull(BuiltinLogTypeLoader.class.getClassLoader().getResource(BASE_PATH)).toURI().toString();
Path dirPath = null;
if (url.contains("!")) {
Expand Down

0 comments on commit 30fcdbf

Please sign in to comment.