You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/leo/files/leo-4.8-fix_syntax_errors.p...

12 lines
407 B

--- leo/plugins/old_plugin_manager.py
+++ leo/plugins/old_plugin_manager.py
@@ -1386,7 +1386,7 @@
self.name, directive_text))
else:
# if isinstance(directive, (str,unicode)):
- if g.isString(directive)
+ if g.isString(directive):
requires.append(directive)
else:
requires.extend(directive)