-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
hello,
I'm trying run custom command fe. afre_contrastfft from python script
and the error occurs:
gmic.run("sp duck afre_contrastfft , display")
gmic.GmicException: *** Error in ./afre_contrastfft/*repeat#356/*local#356/ (file '/home/jurek/.gmic', line #358) *** Command 'done': Not associated to a 'repeat' or 'for' command within the same scope.
file /home/jurek/.gmic == https://github.com/GreycLab/gmic-community/blob/master/include/afre.gmic
after changeing second word in line 358 "done" to "endl" all is going fine.
after changeing 47 words "done" almost all afre_commands work OK
but CLI $gmic refuses to work with corrected .gmic
becouse there is no words "endl | endlocal" in newest update312.gmic
please add possibiity to work "local" with "done"
TIA