You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, great product. I have a bug on the current version of ussd-airflow (0.0.6) that I think has already been fixed in latter versions. However the latest version on pypi.org is 0.0.6 https://pypi.org/search/?q=ussd-airflow
Can you guys update it? I see you are already at 0.0.8
PS: The bug is a small one if sys.argv[1] == "test": assumes I have to call manage.py with an arg. I made the change if len(sys.argv) > 1 and sys.argv[1] == "test": to get it working locally.
The text was updated successfully, but these errors were encountered:
Hey guys,
First of all, great product. I have a bug on the current version of ussd-airflow (0.0.6) that I think has already been fixed in latter versions. However the latest version on pypi.org is 0.0.6 https://pypi.org/search/?q=ussd-airflow
Can you guys update it? I see you are already at 0.0.8
PS: The bug is a small one
if sys.argv[1] == "test":
assumes I have to call manage.py with an arg. I made the changeif len(sys.argv) > 1 and sys.argv[1] == "test":
to get it working locally.The text was updated successfully, but these errors were encountered: