AadityaNair / AadityaNair/ProjectNephos
Unable to catch sqlalchemy integrity errors.
Ouverte
bug
help wanted
- Langage dominant
- Python
- Étoiles
- 3
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Something is wrong with it. needs more investigation.
Basic code:
```python
try:
self.db.add_job(
args.name,
args.channel,
args.start,
args.duration,
args.upload,
args.convert_to,
args.tags,
)
except (IntegrityError):
if len(self.db.get_channels(name=args.channel)) == 0:
logger.critical(
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.