Skip to content

Commit

Permalink
run make format
Browse files Browse the repository at this point in the history
  • Loading branch information
assuntad23 committed Oct 2, 2023
1 parent 62c084f commit 05e1775
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/galaxy/managers/markdown_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,9 @@ def handle_generate_time(self, line, generate_time):
pass

def handle_invocation_time(self, line, invocation):
self.ensure_rendering_data_for("invocations", invocation)["create_time"] = invocation.create_time.strftime("%m/%d/%Y, %H:%M:%S")
self.ensure_rendering_data_for("invocations", invocation)["create_time"] = invocation.create_time.strftime(
"%m/%d/%Y, %H:%M:%S"
)

def handle_dataset_type(self, line, hda):
self.extend_history_dataset_rendering_data(hda, "ext", hda.ext, "*Unknown dataset type*")
Expand Down

0 comments on commit 05e1775

Please sign in to comment.