Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FACT Data Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FACT
FACT Utils
FACT Data Project
Commits
1b4ba592
Commit
1b4ba592
authored
3 months ago
by
Riccardo Boero
Browse files
Options
Downloads
Patches
Plain Diff
Fix wrong call
parent
bc39442d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Manifest.toml
+2
-2
2 additions, 2 deletions
Manifest.toml
Project.toml
+1
-1
1 addition, 1 deletion
Project.toml
src/cmd/WorkflowRunner.jl
+1
-1
1 addition, 1 deletion
src/cmd/WorkflowRunner.jl
with
4 additions
and
4 deletions
Manifest.toml
+
2
−
2
View file @
1b4ba592
...
@@ -227,9 +227,9 @@ version = "0.0.3"
...
@@ -227,9 +227,9 @@ version = "0.0.3"
[[deps.FACT_workflow_manager]]
[[deps.FACT_workflow_manager]]
deps
=
[
"DataFrames"
,
"Dates"
,
"Documenter"
,
"FACT_data_API_reader"
,
"FACT_unified_data_IO"
,
"MySQL"
,
"OrchestratorRegistry"
,
"Random"
,
"TOML"
]
deps
=
[
"DataFrames"
,
"Dates"
,
"Documenter"
,
"FACT_data_API_reader"
,
"FACT_unified_data_IO"
,
"MySQL"
,
"OrchestratorRegistry"
,
"Random"
,
"TOML"
]
git-tree-sha1
=
"
f4647188a8b406a84f2f41144df8262b32170c92
"
git-tree-sha1
=
"
432a5e5eb3ef218cc28e02c64321245e028daf66
"
uuid
=
"34b7aff1-f91f-4b8b-9a3d-d0a54f07d855"
uuid
=
"34b7aff1-f91f-4b8b-9a3d-d0a54f07d855"
version
=
"0.0.
3
"
version
=
"0.0.
4
"
[[deps.FilePathsBase]]
[[deps.FilePathsBase]]
deps
=
[
"Compat"
,
"Dates"
]
deps
=
[
"Compat"
,
"Dates"
]
...
...
This diff is collapsed.
Click to expand it.
Project.toml
+
1
−
1
View file @
1b4ba592
name
=
"FACT_data_project"
name
=
"FACT_data_project"
uuid
=
"9bf55ab0-86df-46ea-a77c-613ba63832e0"
uuid
=
"9bf55ab0-86df-46ea-a77c-613ba63832e0"
authors
=
[
"Riccardo Boero <ribo@nilu.no>"
]
authors
=
[
"Riccardo Boero <ribo@nilu.no>"
]
version
=
"0.0.
2
"
version
=
"0.0.
3
"
[deps]
[deps]
CSV
=
"336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CSV
=
"336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
...
...
This diff is collapsed.
Click to expand it.
src/cmd/WorkflowRunner.jl
+
1
−
1
View file @
1b4ba592
...
@@ -22,7 +22,7 @@ This will initiate the execution of the workflow, with error handling in case of
...
@@ -22,7 +22,7 @@ This will initiate the execution of the workflow, with error handling in case of
function
runWorkflow
(
systemfilename
::
String
,
filename
::
String
)
function
runWorkflow
(
systemfilename
::
String
,
filename
::
String
)
registry
=
OrchestratorRegistry
.
deploy
(
systemfilename
)
registry
=
OrchestratorRegistry
.
deploy
(
systemfilename
)
try
try
FACT
W
orkflow
M
anager
.
run_file
(
filename
,
registry
)
FACT
_w
orkflow
_m
anager
.
run_file
(
filename
,
registry
)
catch
e
catch
e
println
(
"An error occurred running worflow: "
,
e
)
println
(
"An error occurred running worflow: "
,
e
)
end
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment