mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
fix multiple slicer warnings
This commit is contained in:
@ -766,8 +766,6 @@ class JcCli():
|
|||||||
if ':' in opt:
|
if ':' in opt:
|
||||||
if SLICER_RE.match(opt):
|
if SLICER_RE.match(opt):
|
||||||
self.slice_str = opt
|
self.slice_str = opt
|
||||||
else:
|
|
||||||
utils.warning_message(['Invalid slice syntax.'])
|
|
||||||
|
|
||||||
if opt in long_options_map:
|
if opt in long_options_map:
|
||||||
self.options.extend(long_options_map[opt][0])
|
self.options.extend(long_options_map[opt][0])
|
||||||
|
Reference in New Issue
Block a user