Ignore empty lock files

This commit is contained in:
Thomas Nagy 2017-04-13 12:07:30 +02:00
parent 65b5a3966d
commit 0664e621da
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ def waf_entry_point(current_directory, version, wafdir):
else:
# check if the folder was not moved
for x in (env.run_dir, env.top_dir, env.out_dir):
if not x:
continue
if Utils.is_win32:
if cur == x:
load = True