mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-14 01:13:00 +08:00
readme
This commit is contained in:
@ -254,8 +254,9 @@ def main():
|
||||
|
||||
with monit.section(str(p)):
|
||||
if source_path.suffix == '.svg':
|
||||
parse(source_path, source_path)
|
||||
shutil.copy(str(source_path), str(dest_path))
|
||||
parse(source_path, dest_path)
|
||||
else:
|
||||
shutil.copy(str(source_path), str(dest_path))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user