mirror of
https://github.com/pretix/pretix.git
synced 2026-08-29 13:44:40 +00:00
Fix TypeError: Unknown option(s) for shell command: skip_checks.
This commit is contained in:
@@ -18,6 +18,7 @@ class Command(BaseCommand):
|
|||||||
cmd = 'shell_plus'
|
cmd = 'shell_plus'
|
||||||
except ImportError:
|
except ImportError:
|
||||||
cmd = 'shell'
|
cmd = 'shell'
|
||||||
|
del options['skip_checks']
|
||||||
|
|
||||||
parser = self.create_parser(sys.argv[0], sys.argv[1])
|
parser = self.create_parser(sys.argv[0], sys.argv[1])
|
||||||
flags = parser.parse_known_args(sys.argv[2:])[1]
|
flags = parser.parse_known_args(sys.argv[2:])[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user