Commit 5d50e056 authored by Matthias Putz's avatar Matthias Putz

fixed forall cmd

parent 2d7a313c
......@@ -171,7 +171,7 @@ without iterating through the remaining projects.
def setenv(name, val):
if val is None:
val = ''
env[name] = val.encode()
env[name] = val
setenv('REPO_PROJECT', project.name)
setenv('REPO_PATH', project.relpath)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment