aboutsummaryrefslogtreecommitdiff
path: root/crosperf/translate_xbuddy.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/translate_xbuddy.py')
-rw-r--r--crosperf/translate_xbuddy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crosperf/translate_xbuddy.py b/crosperf/translate_xbuddy.py
index 8a559270..92cf0230 100644
--- a/crosperf/translate_xbuddy.py
+++ b/crosperf/translate_xbuddy.py
@@ -22,7 +22,7 @@ def Main(xbuddy_string):
os.symlink (config_path, './xbuddy_config.ini')
x = xbuddy.XBuddy(manage_builds=False, static_dir='/tmp/devserver/static')
build_id = x.Translate(os.path.split(xbuddy_string))
- return build_id
+ return build_id
if __name__ == "__main__":
build_id = Main(sys.argv[1])