1
0
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:
Kelly Brazil
2023-01-23 16:50:41 -08:00
parent f5f5f102fb
commit 3bb1d89165

View File

@ -766,8 +766,6 @@ class JcCli():
if ':' in opt:
if SLICER_RE.match(opt):
self.slice_str = opt
else:
utils.warning_message(['Invalid slice syntax.'])
if opt in long_options_map:
self.options.extend(long_options_map[opt][0])