aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-02-20 13:12:45 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-02-20 13:12:45 +0200
commit59681e703fc3082aa279c7655a5bfd8a46086170 (patch)
tree13616dad5913addc5894d282cedf6ea90cb5c4b3 /scripts
parent8568e8a881c10b17e95a653de5e6db445afa765b (diff)
Cleanup messages and make pep8 pass again.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/publish_to_snapshots.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/publish_to_snapshots.py b/scripts/publish_to_snapshots.py
index 54f3c01..6d43cef 100755
--- a/scripts/publish_to_snapshots.py
+++ b/scripts/publish_to_snapshots.py
@@ -397,8 +397,8 @@ def main():
return FAIL
ret = publisher.check_buildinfo(build_dir_path)
if ret != PASS:
- print "BUILD-INFO.txt is not present in build."
- print "WARNING: Nothing was published because BUILD-INFO.txt is absent."
+ print "ERROR: BUILD-INFO.txt is not present in build."
+ print "WARNING: Nothing was published."
# Remove artifacts from upload dir
if os.path.isdir(build_dir_path):
shutil.rmtree(build_dir_path)