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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
I then moved both CONST and foo() to a new file via slicker.py file.CONST file.foo newfile.py and the docstring then said: """Do something whenever newfile.CONST is True."""
This isn't wrong per se, but it should be saying "Do something whenever CONST is True."
To reproduce in webapp, checkout d8e31c746e and then run: ../slicker/slicker.py content_render.video_handlers.{TALK_TO_BIGQUERY,_FIELD_NAMES,get_translation_table,get_translation_table_csv} content/videos/translation_table.py
The docstring in get_translation_table() will say "Note: if content.videos.translation_table.TALK_TO_BIGQUERY is false ..."
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had code like this:
I then moved both CONST and foo() to a new file via
slicker.py file.CONST file.foo newfile.py
and the docstring then said:"""Do something whenever newfile.CONST is True."""
This isn't wrong per se, but it should be saying "Do something whenever CONST is True."
To reproduce in webapp, checkout
d8e31c746e
and then run:../slicker/slicker.py content_render.video_handlers.{TALK_TO_BIGQUERY,_FIELD_NAMES,get_translation_table,get_translation_table_csv} content/videos/translation_table.py
The docstring in
get_translation_table()
will say "Note: if content.videos.translation_table.TALK_TO_BIGQUERY is false ..."The text was updated successfully, but these errors were encountered: