Skip to content

Commit

Permalink
Bad typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed May 4, 2018
1 parent 2555789 commit 946459e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v8/upgrade_metadata_v8/upgrade_metadata_v8.py
Expand Up @@ -123,7 +123,7 @@ def _execute(self, options, args):
updated = False
tags = meta.get(sources['tags'], [])
tags_are_string = False
if not isinstance(tags, dict):
if not isinstance(tags, list):
tags_are_string = True
tags = [tag.strip() for tag in tags.split(',') if tag.strip()]

Expand Down

0 comments on commit 946459e

Please sign in to comment.