We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
I think this is good to have to replace this functionality which is currently done manually in the julia-data-flow. Here, I usually do the following:
@debug "Create DSP folder" dsp_folder = l200.tier[:dsp, :cal, period, run] if isdir(dsp_folder) @debug("DSP folder $dsp_folder already exists") else mkpath(dsp_folder) end @debug "Create logs folder" log_folder = joinpath(l200.tier[:log, :cal, period, run]) if isdir(log_folder) @debug("Log folder $log_folder already exists") else mkpath(log_folder) end
Sorry, something went wrong.
Done with latest PR
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: