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

Sometimes two times with same date, hours might not both be copied #6

Closed
cullylarson opened this issue Oct 19, 2015 · 1 comment
Closed
Labels

Comments

@cullylarson
Copy link
Owner

If two times are on the source, with the same date, hours and one time with that date and hours is on the destination, then both of those source times will think the one destination time is itself, and so one won't be copied.

For example:

Source:
2015-10-18
(1) A/B/C (1.00)
(2) A/B/C (1.00)

Dest:
2015-10-18
(3) D/E/F (1.00)

Both (1) and (2) will think that (3) is itself, on the destination, so they won't be copied.

The solution would be to make sure that one destination time isn't "found twice".

@cullylarson
Copy link
Owner Author

Yup, just confirmed it.

cullylarson pushed a commit that referenced this issue Oct 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant