Searched refs:sha1_file (Results 1 – 3 of 3) sorted by relevance
43 sha1_file = '%s.sha1' % filename44 with open(sha1_file, 'w') as output:46 print 'Sha (%s) written to: %s' % (sha1, sha1_file)
37 sha1_file = args[0]38 dest = sha1_file[:-5]40 with open(sha1_file, 'r') as input_sha:
32 def DownloadFromGoogleCloudStorage(sha1_file, bucket='r8-deps'): argument36 sha1_file]