We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00a9702 + 0510ab5 commit d8db7d6Copy full SHA for d8db7d6
installers-conda/build_conda_pkgs.py
@@ -200,8 +200,8 @@ class SpyderCondaPkg(BuildCondaPkg):
200
def _patch_source(self):
201
self.logger.info("Creating Spyder source patch...")
202
203
- patch = self.repo.git.format_patch(
204
- "..origin/installers-conda-patch", "--stdout", "-U3"
+ patch = self.repo.git.diff(
+ "...origin/installers-conda-patch"
205
)
206
# newline keyword is not added to pathlib until Python>=3.10,
207
# so we must use open to ensure LF on Windows
0 commit comments