Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryI committed Sep 30, 2023
1 parent 8f72360 commit 5f0e028
Show file tree
Hide file tree
Showing 2 changed files with 824 additions and 10,942 deletions.
2 changes: 1 addition & 1 deletion Kernel/LPM.wl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PacletRepositories[list_List, OptionsPattern[]] := Module[{projectDir, info, rep
Echo["LPM >> PASSIVE MODE"];
Map[PacletDirectoryLoad] @ Map[DirectoryName] @ FileNames["PacletInfo.wl", {#}, {2}]& @ FileNameJoin[{projectDir, "wl_packages"}];
Return[Null, Module];
]
];

repos = If[!AssociationQ[#], Missing[], #] &/@ FetchInfo /@ repos;

Expand Down
Loading

0 comments on commit 5f0e028

Please sign in to comment.