mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Testing another regex
This commit is contained in:
parent
02047b62d7
commit
705dc56153
2
.github/workflows/unittests.yml
vendored
2
.github/workflows/unittests.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
uses: technote-space/get-diff-action@v6
|
||||
id: git-diff
|
||||
with:
|
||||
PATTERNS: /**/*.py
|
||||
PATTERNS: +/**/*.py
|
||||
|
||||
- name: Set up python
|
||||
if: steps.git-diff.outputs.diff
|
||||
|
@ -76,8 +76,6 @@ class Subscription(models.Model):
|
||||
class Meta:
|
||||
ordering = ["subscription_start"]
|
||||
|
||||
|
||||
|
||||
def clean(self):
|
||||
try:
|
||||
for s in (
|
||||
@ -99,8 +97,6 @@ class Subscription(models.Model):
|
||||
# TODO see SubscriptionForm's clean method
|
||||
raise ValidationError(_("Subscription error"))
|
||||
|
||||
|
||||
|
||||
def save(self):
|
||||
super(Subscription, self).save()
|
||||
from counter.models import Customer
|
||||
|
Loading…
Reference in New Issue
Block a user