Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exclude import_fake_*.py when getting council import path #6360

Open
GeoWill opened this issue Feb 29, 2024 · 1 comment
Open

exclude import_fake_*.py when getting council import path #6360

GeoWill opened this issue Feb 29, 2024 · 1 comment

Comments

@GeoWill
Copy link
Collaborator

GeoWill commented Feb 29, 2024

Polling Bot makes PR to import_fake_teignbridge.py.

actual:

tei=Council.objects.get(council_id='TEI')
tei.import_script_path
'polling_stations/apps/data_importers/management/commands/import_fake_teignbridge.py'

desired

tei=Council.objects.get(council_id='TEI')
tei.import_script_path
'polling_stations/apps/data_importers/management/commands/import_teignbridge.py'
@GeoWill
Copy link
Collaborator Author

GeoWill commented Feb 29, 2024

Check Exeter too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant