Warn about an obsolete argument

This commit is contained in:
Alexander van Gessel 2012-08-10 17:41:18 +01:00
parent 6bc036c4e8
commit 4b9294b23c

View file

@ -427,8 +427,8 @@ if __name__ == "__main__":
build_sys_dir = options.build_system
if(options.git):
pass
#TODO: warning of not being needed any more
logging.warn("--git is no longer required, as svn is no longer supported")
#TODO: remove entirely
git_userpass = options.github_login
if not wescamp:
logging.error("No wescamp checkout specified. Needed for git usage.")