Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Dec 30, 2024
1 parent fade8c2 commit dae363e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
emit_yaml, read_yaml = _plano.emit_yaml, _plano.read_yaml
list_dir, make_dir = _plano.list_dir, _plano.make_dir

_named_links = _plano.read_yaml("config/links.yaml")
_named_links = read_yaml("config/links.yaml")

def is_match(text, pattern):
return _fnmatch.fnmatchcase(text, pattern)
Expand Down

0 comments on commit dae363e

Please sign in to comment.