rdkcentral / python_raft

RAFT is a Python based testing framework for writing engineering tests. It provides a modular, config driven, low level testing framework
Apache License 2.0
3 stars 0 forks source link

Correct shebangs on all files #51

Closed TB-1993 closed 5 months ago

TB-1993 commented 5 months ago

Some of the shebangs used in some of the python files are in correct. All python files should have the below shebang

#!/usr/bin/env python3