Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
l8556 committed Dec 13, 2024
1 parent b390747 commit 2c52190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/StaticData.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def reports_dir(cls):

@classmethod
def result_dir(cls):
return config.converted_docs if config.converted_docs else join(cls.project_dir, 'result')
return config.converted_docs or join(cls.project_dir, 'result')

0 comments on commit 2c52190

Please sign in to comment.