Skip to content

Commit

Permalink
fix stupid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Oct 15, 2024
1 parent 941c390 commit 11355f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ public static String getModelURL(String id) {


public static String getModelRdfUrl(String id, String version) {
if (MODELS_INFO == null || MODELS_INFO.get("id") == null) {
if (MODELS_INFO == null || MODELS_INFO.get(id) == null) {
BioimageioRepo.connect();
}

Expand Down

0 comments on commit 11355f9

Please sign in to comment.