X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Finventory%2Fmodels.py;h=dd0844330b7a0ad7f179b515ee0c6e96da6b0a53;hp=32acf8270f4d77ac74af7b93891c1bd4f6803c89;hb=a45824c6af7714bf8284f81a5a55db07c9e96a7e;hpb=7bc47d2cddfbc1ad5705ee09ed1102fb2904f043 diff --git a/htsworkflow/frontend/inventory/models.py b/htsworkflow/frontend/inventory/models.py index 32acf82..dd08443 100644 --- a/htsworkflow/frontend/inventory/models.py +++ b/htsworkflow/frontend/inventory/models.py @@ -22,7 +22,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