We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd9510 commit ede085cCopy full SHA for ede085c
.github/workflows/unittest.yaml
@@ -23,8 +23,6 @@ jobs:
23
- name: Setup docker compose
24
working-directory: trinity-${{ github.run_id }}/.github/workflows/docker
25
run: |
26
- export UID=$(id -u)
27
- export GID=$(id -g)
28
docker compose up -d
29
sleep 5s
30
trinity/common/task.py
@@ -175,7 +175,7 @@ def index(self) -> int:
175
@property
176
def epoch(self) -> int:
177
"""Get the current epoch."""
178
- return self._index
+ return self._epoch
179
180
def __next__(self) -> Task:
181
"""Iterate through the tasks in the taskset."""
0 commit comments