chop-dbhi/dicom-anon

generate_uid can enter an infinite loop

Closed this issue · 1 comments

n = datetime.now()

is called only once:

n = datetime.now()

Look at that. Great catch. Thanks.