S3Infosoft / mvr-automation

Repo to hold automation files for MVR
MIT License
0 stars 0 forks source link

Collapse in run() method and invoke from __main__ #8

Closed sidhshar closed 5 years ago

sidhshar commented 5 years ago

Modify all unindented code into method run() and invoke run() from main():

https://github.com/S3Infosoft/mvr-automation/blob/e989b12ea462d392f467ff2cebda16ffab54d007/src/Common.py#L19

sidhshar commented 5 years ago

Also here:

https://github.com/S3Infosoft/mvr-automation/blob/e989b12ea462d392f467ff2cebda16ffab54d007/src/Booking%2BMVR.py#L13

gp499 commented 5 years ago

Invoked from run() method from main()