Skip to content

Commit

Permalink
renaming get_all_de.py into run_get_all_de.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Feb 8, 2024
1 parent 3ba531d commit 2472d3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/zbmath_rest2oai/run_get_all_de.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from zbmath_rest2oai.get_all_de import get_all_de
from zbmath_rest2oai.get_all_de_documents import get_all_de


if __name__ == '__main__':
Expand Down

1 comment on commit 2472d3d

@Mazztok45
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong message, I renamed get_all_de into get_all_de_documents. But it was also a wrong action so the next commit corrects this.

Please sign in to comment.