Closed ybdong919 closed 1 year ago
In the introduction, python2... is required. However, the script clockwork at /tools/clockwork-0.11.3/python/scripts/ seems to use python3
import argparse import logging
import clockwork .....
The pipeline needs both Python2 and Python3 to run.
In the introduction, python2... is required. However, the script clockwork at /tools/clockwork-0.11.3/python/scripts/ seems to use python3
!/usr/bin/env python3
import argparse import logging
import clockwork .....