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.
1 parent 00a9702 commit 0510ab5Copy full SHA for 0510ab5
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