diff --git a/Interlace/lib/core/__version__.py b/Interlace/lib/core/__version__.py index e5102d3..35424e8 100644 --- a/Interlace/lib/core/__version__.py +++ b/Interlace/lib/core/__version__.py @@ -1 +1 @@ -__version__ = '1.9.0' +__version__ = '1.9.1' diff --git a/Interlace/lib/core/input.py b/Interlace/lib/core/input.py index 3b965c2..51b6c98 100644 --- a/Interlace/lib/core/input.py +++ b/Interlace/lib/core/input.py @@ -187,10 +187,7 @@ class InputHelper(object): for target_spec in target_specs: if ( target_spec.startswith(".") or - ( - (target_spec[0].isalpha() or target_spec[-1].isalpha()) - and "." in target_spec - ) or + (target_spec[0].isalpha() or target_spec[-1].isalpha()) or (nocidr and "/" in target_spec) ): str_targets.add(target_spec)