Skip to content

Commit

Permalink
fix study list
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Mar 31, 2023
1 parent 810f791 commit c7a84e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/ArcCommander/APIs/StudyAPI.fs
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,12 @@ module StudyAPI =

log.Info("Start Study List")

let ardDir = GeneralConfiguration.getWorkDirectory arcConfiguration
let arcDir = GeneralConfiguration.getWorkDirectory arcConfiguration

Study.list ardDir
Study.list arcDir
|> Seq.iter (fun identifier ->
log.Debug(sprintf "Study: %s" identifier)
)

/// Functions for altering investigation contacts.
module Contacts =
Expand Down

0 comments on commit c7a84e9

Please sign in to comment.