Skip to content
Snippets Groups Projects
Commit 1b4ba592 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fix wrong call

parent bc39442d
No related branches found
No related tags found
No related merge requests found
...@@ -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"]
......
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"
......
...@@ -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
FACTWorkflowManager.run_file(filename, registry) FACT_workflow_manager.run_file(filename, registry)
catch e catch e
println("An error occurred running worflow: ", e) println("An error occurred running worflow: ", e)
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment