diff options
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index ee7cfe7d61..dd568ffab2 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -914,7 +914,7 @@ class RunQueue: | |||
914 | 914 | ||
915 | # If the stamp is missing its not current | 915 | # If the stamp is missing its not current |
916 | if not os.access(stampfile, os.F_OK): | 916 | if not os.access(stampfile, os.F_OK): |
917 | logger.debug(2, "Stampfile %s not available\n" % stampfile) | 917 | logger.debug(2, "Stampfile %s not available", stampfile) |
918 | return False | 918 | return False |
919 | # If its a 'nostamp' task, it's not current | 919 | # If its a 'nostamp' task, it's not current |
920 | taskdep = self.rqdata.dataCache.task_deps[fn] | 920 | taskdep = self.rqdata.dataCache.task_deps[fn] |