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 663e567 commit 3038ef8Copy full SHA for 3038ef8
setup.py
@@ -5,7 +5,7 @@
5
SLASHML_DIR = os.environ['SLASHML_DIR']
6
except:
7
print('using the current directory as root for build')
8
- SLASHML_DIR = os.getcwd()
+ SLASHML_DIR = f'{os.getcwd()}/'
9
10
def read_req_file(req_type):
11
with open(f"{SLASHML_DIR}requires-{req_type}.txt") as fp: # pylint: disable=W1514
0 commit comments