Skip to content
New issue

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

nested =-formulas not properly evaluated when invoked via {}-substitutions #293

Open
o-smirnov opened this issue May 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@o-smirnov
Copy link
Member

This doesn't work right. Formula itself gets baked into the string.

        outdir: =STRIPEXT(recipe.cds) + ".lightcurves"
        regfile: "{current.outdir/lc.reg}"
        statsfile: "{current.outdir/lc.stats.p}"

This workaround does:

        outdir: =STRIPEXT(recipe.cds) + ".lightcurves"
        regfile: =current.outdir + "/lc.reg"
        statsfile: =current.outdir + "/lc.stats.p"
@o-smirnov o-smirnov added the bug Something isn't working label May 14, 2024
@o-smirnov o-smirnov added this to the R2.0.1 milestone May 14, 2024
@o-smirnov o-smirnov self-assigned this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant