Skip to content

Commit 89e10a3

Browse files
authored
Fix trdg path when using cloned repository
1 parent 01329e0 commit 89e10a3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

trdg/run.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import argparse
22
import os, errno
3+
import sys
4+
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
5+
36
import random as rnd
47
import string
58
import sys

0 commit comments

Comments
 (0)