mirror of
https://github.com/BrianHicks/elm-duet.git
synced 2024-11-22 03:52:31 +03:00
say what file gets inlined
This commit is contained in:
parent
697a5a4a23
commit
914aab6093
@ -16,6 +16,8 @@ for match in matches:
|
||||
with open(parts['source'], 'r') as fh:
|
||||
file_contents = fh.read()
|
||||
|
||||
print(f"inlined {parts['source']}")
|
||||
|
||||
edited = edited[:start] + parts["open"] + file_contents + "\n```" + edited[end:]
|
||||
|
||||
with open('README.md', 'w') as fh:
|
||||
|
Loading…
Reference in New Issue
Block a user