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

local work: gmic-py accepts "endlocal" only, $gimc accepts "done" and "}" only #102

Open
jerzorak opened this issue Aug 11, 2022 · 0 comments

Comments

@jerzorak
Copy link

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

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

No branches or pull requests

1 participant