-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
process towards task automatation for CSH
first sample task almost running
- Loading branch information
Tom Gebhardt
authored and
Tom Gebhardt
committed
Oct 26, 2023
1 parent
0368ef1
commit 3715c83
Showing
3 changed files
with
14 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
from .f1_model_persistent_identifier_task import f1_model_persistent_identifier | ||
from .f4_model_metadata_harvestable_task import f4_model_metadata_harvestable | ||
from .csh_f2_persistent_identifier_task import csh_f2_persistent_identifier | ||
|
||
__all__ = [ | ||
f1_model_persistent_identifier, | ||
f4_model_metadata_harvestable, | ||
csh_f2_persistent_identifier | ||
] |
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