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

LineageMapper.java: file path construction #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

weiju
Copy link
Contributor

@weiju weiju commented Dec 7, 2017

LineageMapper.java:initFramesList(): input file path creation
replaced by using File() constructor rather than String concatenation.
This handles the case calling the plugin with the input directory
parameter not ending with a path separator, e.g.
when called from an ImageJ/Fiji macro.

weiju added 2 commits December 7, 2017 09:28
LineageMapper.java:initFramesList(): input file path creation
replaced by using File() constructor rather than String concatenation.
This handles when calling the plugin with the input directory
parameter when it does not end with a path separator, e.g.
when called from a macro.
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.

1 participant