diff --git a/cue.py b/cue.py index 34d59ad..1ac9a0b 100644 --- a/cue.py +++ b/cue.py @@ -271,9 +271,9 @@ def source_set(name): setup[assign[0]] = assign[1] logger.debug('Done with setup file %s', set_file) break - else: - raise NameError("{0}Setup file {1}.set does not exist in SETUP_PATH search path ({2}){3}" - .format(ANSI_RED, name, setup_dirs, ANSI_RESET)) + else: + raise NameError("{0}Setup file {1}.set does not exist in SETUP_PATH search path ({2}){3}" + .format(ANSI_RED, name, setup_dirs, ANSI_RESET)) # update_release_local(var, location)