URL: https://github.com/freeipa/freeipa/pull/3416 Author: mulatinho Title: #3416: Issue #7987 - Fix python3 shebang scripts Action: opened
PR body: """ Hi guys, it is my first contribution to the project, it seems that ipa python scripts was using -E flag and @cheimes suggested that -I flag would be a better alternative, I saw that was part of 4.8 version milestone and make a change. Hope it everything is OK :)
All the scripts now are using this shebang: ```#!/usr/bin/python3 -I```
I am testing the scripts but until now everything is OK.
Related: https://pagure.io/freeipa/issue/7987 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3416/head:pr3416 git checkout pr3416
URL: https://github.com/freeipa/freeipa/pull/3416 Author: mulatinho Title: #3416: ipa-scripts: fix python3 shebang flags on scripts Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3416/head:pr3416 git checkout pr3416
freeipa-devel@lists.stg.fedorahosted.org