B
    ß‹d’  ã               @   sN   d Z dZdZdZdZdZdZdZdZdZ	dd	l
Z
G d
d„ deƒZddd„Zd	S )z3.0.1Ú(ad4229f87c381ec0332f9c7f08b254275adc9442z2022-01-22 17:58:12 +0000z
glue_3.0.1zglue-release-3.0.1z&Robert Bruntz <robert.bruntz@ligo.org>z"CLEAN: All modifications committedzäBranch: glue_3.0.1
Tag: glue-release-3.0.1
Id: ad4229f87c381ec0332f9c7f08b254275adc9442

Builder: Robert Bruntz <robert.bruntz@ligo.org>
Build date: 2022-01-22 18:41:47 +0000
Repository status: CLEAN: All modifications committedé    Nc               @   s   e Zd ZdS )ÚVersionMismatchErrorN)Ú__name__Ú
__module__Ú__qualname__© r   r   ú]/work/yifan.wang/ringdown/master-ringdown-env/lib/python3.7/site-packages/glue/git_version.pyr   %   s   r   Úraisec             C   sH   |dkrt |d ƒ‚| dkr dS d|  }|dkr8t|ƒ‚t |t¡ dS )a(  
    If foreign_id != id, perform an action specified by the onmismatch
    kwarg. This can be useful for validating input files.

    onmismatch actions:
      "raise": raise a VersionMismatchError, stating both versions involved
      "warn": emit a warning, stating both versions involved
    )r	   Úwarnz' is an unrecognized value of onmismatchr   NzRProgram id (ad4229f87c381ec0332f9c7f08b254275adc9442 does not match given id (%s).r	   )Ú
ValueErrorr   Úwarningsr
   ÚUserWarning)Z
foreign_idZ
onmismatchÚmsgr   r   r   Úcheck_match(   s    	r   )r	   )ÚversionÚidÚdateÚbranchÚtagÚauthorÚbuilderZ	committerÚstatusZverbose_msgr   r   r   r   r   r   r   r   Ú<module>   s   