X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Finventory%2Fmodels.py;h=dfeb7dbd63e4d0dae43b933cd4d55c164586d35a;hb=468ddada56298acafb54e839de98aff29e078f58;hp=971c50e631de2f759a769b5363276ba330dc7635;hpb=682157fed25b7cb3df6004f0eb93b3919abef543;p=htsworkflow.git diff --git a/htsworkflow/frontend/inventory/models.py b/htsworkflow/frontend/inventory/models.py index 971c50e..dfeb7db 100644 --- a/htsworkflow/frontend/inventory/models.py +++ b/htsworkflow/frontend/inventory/models.py @@ -23,7 +23,7 @@ def _assign_uuid(sender, instance, **kwargs): """ Assigns a UUID to model on save """ - print 'Entered _assign_uuid' + #print 'Entered _assign_uuid' if instance.uuid is None or len(instance.uuid) != 32: instance.uuid = uuid.uuid1().hex