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
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'
The text was updated successfully, but these errors were encountered:
When running the latest HEAD release with the
--lando
option, there is an error:The text was updated successfully, but these errors were encountered: