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

bodge schedule fix #392

Merged
merged 1 commit into from
Jan 4, 2025
Merged

bodge schedule fix #392

merged 1 commit into from
Jan 4, 2025

Conversation

JP5457
Copy link
Contributor

@JP5457 JP5457 commented Jan 4, 2025

No description provided.

@JP5457 JP5457 merged commit 91a85d3 into development Jan 4, 2025
2 checks passed
if days[day].Shows[0].IsSustainer(){
days[day].Shows = days[day].Shows[1:]
}
if len(days[day].Shows) > 0 {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this a duplicate nested if statement? See L#368

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

days[day].shows is modified between the two lines

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well it is, I didn't say it didn't do anything

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

Successfully merging this pull request may close these issues.

4 participants