mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
Merge branch 'refactor-filenames' into 'main'
refactor: rename files which define modules See merge request wotsubo/PSBoardDataBase!1412
This commit is contained in:
commit
cb0ef24c74
5 changed files with 4 additions and 4 deletions
|
@ -7,15 +7,15 @@ using CSV
|
||||||
using DataFrames
|
using DataFrames
|
||||||
using Dates
|
using Dates
|
||||||
|
|
||||||
include("parse_qaqc_master_log.jl")
|
include("QaqcMasterLog.jl")
|
||||||
include("parse_clock.jl")
|
include("ClockParser.jl")
|
||||||
include("SlaveLogParser.jl")
|
include("SlaveLogParser.jl")
|
||||||
|
|
||||||
include("create_table.jl")
|
include("create_table.jl")
|
||||||
include("download_csv.jl")
|
include("DownloadCSVs.jl")
|
||||||
include("import_data.jl")
|
include("import_data.jl")
|
||||||
|
|
||||||
include("dispatch_checker.jl")
|
include("DispatchChecker.jl")
|
||||||
using .DispatchChecker
|
using .DispatchChecker
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue