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 49113b5 commit 2869667Copy full SHA for 2869667
Tests/EndToEnd/test_examples.py
@@ -7,7 +7,6 @@
7
8
def getBinDir():
9
if len(sys.argv) != 2:
10
- return "C:\\Users\\Sylwek\\Desktop\\7bitDI\\cmake-build-debug\\bin"
11
raise Exception("binary directory not provided")
12
binDir = sys.argv[1]
13
if not os.path.exists(binDir):
0 commit comments