Skip to content

Commit 67b7315

Browse files
committed
Printing python version at the start of the runner
1 parent 0e06828 commit 67b7315

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

start.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#! /usr/bin/env python
2+
import platform
23
import sys
34

45
from getgauge import api
@@ -7,6 +8,7 @@
78

89

910
def main():
11+
print("Python: {}".format(platform.python_version()))
1012
if sys.argv[1] == "--init":
1113
copy_skel_files()
1214
else:

0 commit comments

Comments
 (0)