mitodl / mitxpro

BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

fix: process_coupon_assignment_sheet warnings and errors #3034

Closed Anas12091101 closed 2 days ago

Anas12091101 commented 2 weeks ago

What are the relevant tickets?

https://github.com/mitodl/hq/issues/3872

Description (What does it do?)

The --help in process_coupon_assignment_sheet.py was throwing error due to the addition of comma(,) in the --force argument help description making it a tuple. This PR fixes this issue and also fixes the warnings when running the command

How can this be tested?

asadali145 commented 1 week ago

@Anas12091101 Is this ready for review?