Skip to content

Commit 3038ef8

Browse files
committed
fix the setup
1 parent 663e567 commit 3038ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SLASHML_DIR = os.environ['SLASHML_DIR']
66
except:
77
print('using the current directory as root for build')
8-
SLASHML_DIR = os.getcwd()
8+
SLASHML_DIR = f'{os.getcwd()}/'
99

1010
def read_req_file(req_type):
1111
with open(f"{SLASHML_DIR}requires-{req_type}.txt") as fp: # pylint: disable=W1514

0 commit comments

Comments
 (0)