Skip to content

Commit

Permalink
Revert "Merge pull request easybuilders#73 from nudded/346-check-load…
Browse files Browse the repository at this point in the history
…ed-modules"

This reverts commit 6a50b80, reversing
changes made to da296a2.
  • Loading branch information
Toon Willems committed Aug 13, 2012
1 parent eb5cb1a commit a15f0ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions easybuild/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,6 @@ def main():
if options.strict:
filetools.strictness = options.strict

# Check if any modules are loaded which could influence the build process
bad_keys = ["$%s" % key for key in os.environ if key.startswith("SOFTROOT")]
if bad_keys:
log.error("You have some easybuild modules loaded: %s are set in your environment" % bad_keys)

if options.job:
submit_build_job(log)
log.info("submitted job, exiting now")
Expand Down

0 comments on commit a15f0ec

Please sign in to comment.