Lordplay commited on
Commit
486c312
·
verified ·
1 Parent(s): 253e6ec

Update miner.py

Browse files
Files changed (1) hide show
  1. miner.py +1 -1
miner.py CHANGED
@@ -36,7 +36,7 @@ def manual_import_pipeline(name: str):
36
  curr_dir = Path(__file__).parent
37
  last_error = None
38
 
39
- # Try .py first (development)
40
  py_path = curr_dir / f"{name}.py"
41
  if py_path.is_file():
42
  try:
 
36
  curr_dir = Path(__file__).parent
37
  last_error = None
38
 
39
+ ## Try .py first (development)
40
  py_path = curr_dir / f"{name}.py"
41
  if py_path.is_file():
42
  try: