Skip to content

Commit 1101b47

Browse files
Update pavement.py
Co-authored-by: Yash Ladha <201551061@iiitvadodara.ac.in>
1 parent 63f7843 commit 1101b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
)
1616

1717
def run_behave_test(config, feature, task_id=0):
18-
if(platform.system()== 'Windows'):
18+
if platform.system() == 'Windows':
1919
sh('SET CONFIG_FILE=config/%s.json & SET TASK_ID=%s & behave features/%s.feature' % (config, task_id, feature))
2020
else:
2121
sh('export CONFIG_FILE=config/%s.json && export TASK_ID=%s && behave features/%s.feature' % (config, task_id, feature))

0 commit comments

Comments
 (0)