pounde
Results
2
issues of
pounde
Receive the following error after upgrading to v0.2: `(xv2_api) lb@LBsMBP ~ % sky status Traceback (most recent call last): File "/Users/lb/miniconda3/envs/xv2_api/bin/sky", line 5, in from sky.cli import cli File "/Users/lb/miniconda3/envs/xv2_api/lib/python3.8/site-packages/sky/cli.py",...
I am attempting to replicate the functionality of relativedelta. The month_delta meets my current purposes but it return incorrect values if passed a date object. This provided incorrect results. I...