Skip to content

Commit 9638546

Browse files
authored
fix not using strdict from #134
1 parent b6d8251 commit 9638546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/real_world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include(srcdir("unitcells.jl"))
1212
```
1313
In all projects I save data/plots using `datadir/plotdir`:
1414
```julia
15-
@tagsave(datadir("mushrooms", "Λ_N=$N.jld2"), (@dict Λ Λσ ws hs description))
15+
@tagsave(datadir("mushrooms", "Λ_N=$N.jld2"), (@strdict Λ Λσ ws hs description))
1616
```
1717
The advantage of this approach is that it will always work regardless of if I move the specific file to a different subfolder (which is very often necessary) or whether I move the entire project folder somewhere else!
1818
**Please be sure you have understood the caveat of using [`quickactivate`](@ref)!**

0 commit comments

Comments
 (0)