Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
12d769835e |
6
cue.py
6
cue.py
@@ -271,9 +271,9 @@ def source_set(name):
|
|||||||
setup[assign[0]] = assign[1]
|
setup[assign[0]] = assign[1]
|
||||||
logger.debug('Done with setup file %s', set_file)
|
logger.debug('Done with setup file %s', set_file)
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
raise NameError("{0}Setup file {1}.set does not exist in SETUP_PATH search path ({2}){3}"
|
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))
|
.format(ANSI_RED, name, setup_dirs, ANSI_RESET))
|
||||||
|
|
||||||
|
|
||||||
# update_release_local(var, location)
|
# update_release_local(var, location)
|
||||||
|
|||||||
Reference in New Issue
Block a user