Skip to content
Snippets Groups Projects
Commit a747b405 authored by joe's avatar joe
Browse files

global keyword missing

parent 9edb9dd0
Branches
No related tags found
1 merge request!1Add blogs removal functions.
......@@ -230,7 +230,7 @@ use the `--recover' option.
logging.basicConfig(
level=(logging.DEBUG if opts.debug else logging.INFO))
global execute
execute = partial(execute_gen, dry_run = opts.dry_run)
if opts.clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment