Skip to content

Commit

Permalink
update version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatnamnguyengtvthcm committed Aug 30, 2023
1 parent 3a10072 commit 49e91cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sphinx_needs/needsfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def write_json(self, needs_file: str = "needs.json", needs_path: str = "") -> No
self.needs_list["created"] = datetime.now().isoformat()
self.needs_list["current_version"] = self.current_version
self.needs_list["project"] = self.project
print(f"tye:{type(needs_path)}")
if needs_path:
needs_dir = needs_path
else:
Expand Down

0 comments on commit 49e91cb

Please sign in to comment.