Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does it take twice as long to execute fastlane in Python 3 as in the shell? #1268

Open
fenglh opened this issue Oct 29, 2024 · 0 comments

Comments

@fenglh
Copy link

fenglh commented Oct 29, 2024

fastlane 2.225.0
Python 3.9.7
Xcode 15.3
Build version 15E204a

In python

import os
import sys
cmd = 'fastlane ios dev '
code = os.system(cmd)

In Shell

#/bin/bash
fastlane ios dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant