Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Armin Wieser <[email protected]>
  • Loading branch information
awieser committed Apr 16, 2012
1 parent 0753efb commit 9d793a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memacs/lib/memacs.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def __handle_autotagfile(self):
if "autotag" not in cfgp.sections():
logging.error("autotag file contains no section [autotag]")
sys.exit(1)

for item in cfgp.items("autotag"):
tag = item[0]
values = item[1].split(",")
Expand Down

0 comments on commit 9d793a9

Please sign in to comment.