-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The artifact_exists function didn't really work as expected. This is because the Artifacts.toml file that was being used is the one for ClimaCoupler (ie, not existing). The Artifacts.toml file used is the one associated to the macro call, so the macro has to be next to its Artifacts.toml. So, I just explicitly call try catch instead of moving it into a function.
- Loading branch information
Showing
2 changed files
with
8 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters