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 f7ac704 commit aa9cadeCopy full SHA for aa9cade
pythonforandroid/bootstraps/common/build/build.py
@@ -658,10 +658,6 @@ def make_package(args):
658
subprocess.check_output(patch_command + ["--dry-run"])
659
except subprocess.CalledProcessError as e:
660
if e.returncode == 1:
661
- print(e.stderr)
662
- print(e.stdout)
663
- print(e.cmd)
664
- print(e.output)
665
# Return code 1 means not all hunks could be applied, this usually
666
# means the patch is already applied.
667
print("Warning: failed to apply patch (exit code 1), "
0 commit comments