Home | History | Annotate | Download | only in utils

Lines Matching refs:attempts

297     RuntimeError: if repeated attempts fail to obtain a unique timestamped
300 attempts = 0
301 while attempts < MAX_DIRECTORY_CREATION_ATTEMPTS:
313 attempts += 1
315 format(export_dir, attempts, MAX_DIRECTORY_CREATION_ATTEMPTS))
317 '{} attempts.'.format(MAX_DIRECTORY_CREATION_ATTEMPTS))