Skip to content
Snippets Groups Projects
Commit c8cccd58 authored by Ingvar Stepanyan's avatar Ingvar Stepanyan Committed by Ryan Hunt
Browse files

Fix test.py shebang

Ensures that Python is correctly found across different platforms.
parent 6c9b82db
No related branches found
No related tags found
No related merge requests found
#!/bin/python #!/usr/bin/env python
import os import os
import glob import glob
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment