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

UnboundLocalError: local variable 'retcode' referenced before assignment #12

Open
tiansiyuan opened this issue Jan 11, 2016 · 1 comment

Comments

@tiansiyuan
Copy link

scripts/build.py
dmd -release -O -odobj -op -version=D2 (94 source files...) -ofbin/dil
Error: command not found: 'dmd'
Traceback (most recent call last):
File "scripts/build.py", line 203, in
main()
File "scripts/build.py", line 197, in main
retcode = build_func(cmdclass=command, *_cargs)
File "scripts/build.py", line 137, in build_dil_release
return build_dil(dict(kwargs, *_options))
File "scripts/build.py", line 131, in build_dil
return retcode
UnboundLocalError: local variable 'retcode' referenced before assignment

@azizk
Copy link
Owner

azizk commented Jan 11, 2016

Hi!
Surprised that someone is checking out this dormant project.
The issue was easy to fix. Please try again.

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

2 participants