Skip to content

Commit

Permalink
Document next move
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpage authored and pagerk committed Aug 20, 2024
1 parent 4fbec87 commit ae681fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genweb/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def save(self) -> None:
def _inline_copy_list( # pylint: disable=unused-argument
inline: dict, artifacts: Artifacts
) -> list[tuple[str, str]]:
return []
return [] # TODO: detect files to copy from contents # pylint: disable=fixme

@staticmethod
def _picture_copy_list(pict: dict, artifacts: Artifacts) -> list[tuple[str, str]]:
Expand Down

0 comments on commit ae681fc

Please sign in to comment.