Skip to content

Commit db4ee41

Browse files
data is default attachments dir inside rendered dir
1 parent 67a3651 commit db4ee41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feelpp/benchmarking/json_report/renderer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def render(self, output_dirpath: str, output_filename:str = None, attachments_di
7878
output_filepath = os.path.join( output_dirpath, os.path.basename(output_filename) )
7979

8080
if not attachments_dirpath:
81-
attachments_dirpath = os.path.dirname(output_filepath)
81+
attachments_dirpath = os.path.join(os.path.dirname(output_filepath),"data")
8282

8383
self.renderer.render(
8484
output_filepath,

0 commit comments

Comments
 (0)