Skip to content

Commit

Permalink
forgot printing the fix
Browse files Browse the repository at this point in the history
Conflicts:

	easybuild/scripts/prep_for_release.py
  • Loading branch information
Toon Willems authored and boegel committed Aug 5, 2012
1 parent 78994f1 commit aa5f792
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion easybuild/scripts/prep_for_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,10 @@ def check_easyblocks_for_environment(home):

for faulty in found:
warning("found os.environ or os.putenv inside eb_file: %s" % faulty)


if found:
warning("Only easybuild.tools.environment.set should be used for setting environment variables.")

return len(found) == 0


Expand Down

0 comments on commit aa5f792

Please sign in to comment.