Merge branch 'Nudin-patch-1' of https://github.com/Nudin/kitty
This commit is contained in:
commit
d54d29122d
@ -89,5 +89,5 @@ def marker_from_spec(ftype, spec, flags):
|
||||
path = spec
|
||||
if not os.path.isabs(path):
|
||||
path = os.path.join(config_dir, path)
|
||||
return marker_from_function(runpy.run_path(path, run_name='__marker__').marker)
|
||||
return marker_from_function(runpy.run_path(path, run_name='__marker__')["marker"])
|
||||
raise ValueError('Unknown marker type: {}'.format(ftype))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user