-
Notifications
You must be signed in to change notification settings - Fork 29
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
mot-object: does not save object to filesystem #66
Comments
I do not have a problem with that, the reason the objects were not saved
was a user request to stop automatic saving.
Actually I think it should be done in the user handler, rather than from
deep inside the code
I'll have a good look
Op di 14 apr. 2020 om 23:13 schreef Athanasios Oikonomou <
notifications@github.com>:
… Hi,
It seems that mot-object doesn't save images to filesystem any more.
https://github.com/JvanKatwijk/dab-cmdline/blob/252ab7fd2665e1ebd55fa7e887d20df4c1e1b2fa/library/src/backend/data/mot/mot-object.cpp#L163-L173
It was disabled on: d858f4f
<d858f4f>
(but before disable, it was written on working directory, instead of /tmp)
I restore it like this:
https://github.com/satdreamgr/dab-cmdline/blob/dev/library/src/backend/data/mot/mot-object.cpp#L164-L176
Obviously if there is no motdataHandler we can simply return immediately
from handleComplete.
Restore this functionality?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#66>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCPHQEABKS27VD7NLJYWZLRMTGYHANCNFSM4MIB4J3Q>
.
--
Jan van Katwijk
|
I changed the code: |
And that perfectly makes sense! Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
It seems that mot-object doesn't save images to filesystem any more.
dab-cmdline/library/src/backend/data/mot/mot-object.cpp
Lines 163 to 173 in 252ab7f
It was disabled on: d858f4f
(but before disable, it was written on working directory, instead of /tmp)
I restore it like this:
https://github.com/satdreamgr/dab-cmdline/blob/dev/library/src/backend/data/mot/mot-object.cpp#L164-L176
Obviously if there is no motdataHandler we can simply return immediately from handleComplete.
Restore this functionality?
The text was updated successfully, but these errors were encountered: