Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Jul 4, 2022
1 parent 0e77c39 commit 28e7207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SignalTableFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ signal table with the corresponding signals are stored on file.
If indent=<number> is given, then <number> indentation is used (otherwise, compact representation)
"""
function writeSignalTable(filename::String, signalTable::AbstractDict; signalNames = nothing, indent=nothing, log=false)::Nothing
function writeSignalTable(filename::String, signalTable; signalNames = nothing, indent=nothing, log=false)::Nothing
file = joinpath(pwd(), filename)
if log
println(" Write signalTable in JSON format on file \"$file\"")
Expand Down

0 comments on commit 28e7207

Please sign in to comment.