Skip to content
Snippets Groups Projects

[fix] Generic Shebang for PR Log Script

Merged Ursa (9R) requested to merge ursa/prlog into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
#!/usr/bin/python3
#!/usr/bin/env python3
# pip3 install gitlab-python
# pip3 install --upgrade python-gitlab
import sys
import gitlab
Loading