Skip to content

Commit

Permalink
Merge pull request #154 from gisce/use_diff_not_patch_to_detect_pr_files
Browse files Browse the repository at this point in the history
Change api request to diff
  • Loading branch information
polsala authored Jul 29, 2024
2 parents da84c5c + e657b2e commit bf96688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion destral/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def destral(modules, tests, all_tests=None, enable_coverage=None,
url,
headers={
'Authorization': 'token {0}'.format(token),
'Accept': 'application/vnd.github.patch'
'Accept': 'application/vnd.github.diff'
}
)
paths = find_files(req.text)
Expand Down

0 comments on commit bf96688

Please sign in to comment.