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

Command Line Users don't have bouquets reloaded in 0.8+ #84

Closed
stingray82 opened this issue Dec 30, 2018 · 1 comment
Closed

Command Line Users don't have bouquets reloaded in 0.8+ #84

stingray82 opened this issue Dec 30, 2018 · 1 comment

Comments

@stingray82
Copy link

If operating from the command line on from another script, users don't get the bouquets reloaded as they never call reload_bouquets() like they do if using a config.xml

This can be successfully resolved by adding in at line 1627 the following two commands:
reload_bouquets()
display_end_msg()

First one to reload and the second to display your end message I assumed this is how you intended it, but got lost in the if else?

Without Modification:
image
With Modification:
image

Added Code in Situ:
image

@DougMac
Copy link
Collaborator

DougMac commented Dec 31, 2018

Thanks. I'll get this fixed int he next release

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

2 participants