Skip to content

Use uniform shebang in all demos#97

Merged
encukou merged 1 commit into
python-ldap:masterfrom
tiran:shebang
Dec 5, 2017
Merged

Use uniform shebang in all demos#97
encukou merged 1 commit into
python-ldap:masterfrom
tiran:shebang

Conversation

@tiran
Copy link
Copy Markdown
Member

@tiran tiran commented Dec 4, 2017

Demo scripts used different style of shebangs. The shebang
"#!/usr/bin/env python" is preferred because it works nicely in virtual
envs.

Signed-off-by: Christian Heimes cheimes@redhat.com

Demo scripts used different style of shebangs. The shebang
"#!/usr/bin/env python" is preferred because it works nicely in virtual
envs.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 4, 2017

Codecov Report

Merging #97 into master will increase coverage by 0.08%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
+ Coverage   67.64%   67.72%   +0.08%     
==========================================
  Files          48       48              
  Lines        4676     4676              
  Branches      785      785              
==========================================
+ Hits         3163     3167       +4     
+ Misses       1154     1151       -3     
+ Partials      359      358       -1
Impacted Files Coverage Δ
Lib/slapdtest/_slapdtest.py 82.26% <0%> (+1.5%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed0f6ed...e186d55. Read the comment docs.

@encukou encukou merged commit 4657710 into python-ldap:master Dec 5, 2017
@tiran tiran deleted the shebang branch December 5, 2017 14:33
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

Successfully merging this pull request may close these issues.

2 participants