Skip to content

Commit a27e700

Browse files
authored
Merge pull request #313 from xylar/fix-moab-logging
Make mapping filename an absolute path
2 parents d7cf8ae + 66d3307 commit a27e700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polaris/remap/mapping_file_step.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,4 @@ def run(self):
9797
)
9898

9999
remapper.build_map(logger=self.logger)
100+
remapper.map_filename = os.path.abspath(remapper.map_filename)

0 commit comments

Comments
 (0)