Skip to content

Commit

Permalink
GitHub Action: Apply Pep8-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 19, 2023
1 parent 15eaf53 commit 6e9cd12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ def convert_paths_to_absolute(self):
continue
# Convert relative paths to absolute paths
if value.startswith('./'):
self.__dict__[attr_name][key] = os.path.abspath(value)
self.__dict__[attr_name][key] = os.path.abspath(
value)

return self

Expand Down

0 comments on commit 6e9cd12

Please sign in to comment.