remove unused callback

master
nate 2017-12-04 19:02:35 -08:00
parent 021cac95e3
commit 531a405d37
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ def publish(config, local_repo_path):
raise ClickException('The wiki lock file already exists. Seems like someone else is compiling.')
rm_error_paths = []
onerror = lambda f,p,e: rm_error_paths.append(p)
error = None
lockf = open(LOCK_PATH, 'w')
try: