Skip to content

Commit

Permalink
change dir in script
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaLsnko committed Jun 5, 2023
1 parent a3313d2 commit 6fcd15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/create-parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def is_mapping_line(line: str) -> bool:
return not (is_comment_line or is_empty_line)

def create_parameters(output_path, config_path, head, base, mapping):
os.chdir('..')
checkout(base) # Checkout base revision to make sure it is available for comparison
checkout(head) # return to head commit
base = merge_base(base, head)
Expand Down

0 comments on commit 6fcd15e

Please sign in to comment.