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

Error when specifying the --lando option #31

Closed
hussainweb opened this issue Oct 7, 2020 · 0 comments
Closed

Error when specifying the --lando option #31

hussainweb opened this issue Oct 7, 2020 · 0 comments

Comments

@hussainweb
Copy link
Member

When running the latest HEAD release with the --lando option, there is an error:

Traceback (most recent call last):
  File "./templates/axl-templ/init-drupal", line 9, in <module>
    sys.exit(drupal.main())
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "/Users/hw/work/templates/axl-templ/axltempl/drupal.py", line 130, in main
    name = name.split("/")
AttributeError: 'ComposerVersion' object has no attribute 'split'
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