mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 07:10:25 +08:00
Small fix to 8_SummaryStats.py
This commit is contained in:
parent
2f334642d3
commit
59f82e826c
@ -10,7 +10,7 @@ import numpy as np
|
||||
from datetime import date
|
||||
|
||||
|
||||
today = date.today()
|
||||
today = str(date.today())
|
||||
|
||||
def get_args():
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user