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

Add a cleanup script #1295

Merged
merged 1 commit into from
Aug 25, 2023
Merged

Add a cleanup script #1295

merged 1 commit into from
Aug 25, 2023

Conversation

jannistsiroyannis
Copy link
Contributor

No description provided.

Copy link
Contributor

@olovy olovy left a comment

Choose a reason for hiding this comment

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

LGTM!

Comment on lines +31 to +37
private List asList(Object o) {
if (o == null)
return []
if (o instanceof List)
return o
return [o]
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Tip: this is a whelktool built-in now

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I prefer trusting what I can see :P

@jannistsiroyannis jannistsiroyannis merged commit 0dcc6ac into develop Aug 25, 2023
1 check passed
@jannistsiroyannis jannistsiroyannis deleted the feature/lxl-4230 branch August 25, 2023 10:57
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.

2 participants