Skip to content

Commit

Permalink
BUG: fix loading of AMReX datasets with ~ in the filename
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Jul 8, 2024
1 parent 7ea1dd1 commit 61de62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt/frontends/amrex/data_structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def __init__(

cparam_filename = cparam_filename or self.__class__._default_cparam_filename
self.cparam_filename = self._lookup_cparam_filepath(
output_dir, cparam_filename=cparam_filename
self.output_dir, cparam_filename=cparam_filename
)
self.fparam_filename = self._localize_check(fparam_filename)
self.storage_filename = storage_filename
Expand Down

0 comments on commit 61de62d

Please sign in to comment.