X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c54353188145d882218997a4d746c8b091a070e7..4c138e32f5c8c565a2031017e26827d37688b037:/services/fuse/setup.py diff --git a/services/fuse/setup.py b/services/fuse/setup.py index 1e72fee99a..c6f9424fdd 100644 --- a/services/fuse/setup.py +++ b/services/fuse/setup.py @@ -13,7 +13,8 @@ cmd_opts = {'egg_info': {}} try: git_tags = subprocess.check_output( ['git', 'log', '--first-parent', '--max-count=1', - '--format=format:%ct %h', SETUP_DIR]).split() + '--format=format:%ct %h', SETUP_DIR], + stderr=open('/dev/null','w')).split() assert len(git_tags) == 2 except (AssertionError, OSError, subprocess.CalledProcessError): pass