brainandforce / Electrum.jl

A Julian toolkit for solid-state chemical theory.
MIT License
31 stars 0 forks source link

Broaden type signatures for file names #147

Closed brainandforce closed 1 year ago

brainandforce commented 1 year ago

Some people like using packages such as FilePathsBase.jl which provide a custom path type. However, for many file reading functions, the filename argument was required to be an AbstractString, which the AbstractPath type from FilePathsBase is not. This should solve the issue for everyone.