bootstrapped AppConfig name is hyphenated
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 65/100
Research direction
Reproduce the bootstrap flow and inspect the generated pulp_replica/app/__init__.py, where the invalid Pulp-ReplicaPluginAppConfig declaration appears. Trace that output back to the plugin template, remove the hyphen in the generated class name, and rerun migration generation to confirm the bootstrapped plugin is valid Python.
Written by the indexing model from the issue text.
Description
I got the following error the first time I tried to generate migrations from a bootstrapped plugin. The hyphen should be removed.
File "/src/pulp-replica/pulp_replica/app/__init__.py", line 4
class Pulp-ReplicaPluginAppConfig(PulpPluginAppConfig):
^
SyntaxError: invalid syntax
- Dominant language
- Python
- Stars
- 10
- Forks
- 40
- Avg merge
- 21h 24m
- Merged PRs (30d)
- 8
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from pulp/plugin_template
-
stale
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
pulp/plugin_template#444 · 1 comment · 1 reaction ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
pulp/plugin_template#1040 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
pulp/plugin_template#1027 · 4 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
pulp/plugin_template#973 ·
-
bug
Difficulty 3/5 1-2 days Newbie friendliness 45/100
pulp/plugin_template#907 · 5 comments ·
All issues in pulp/plugin_template
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100