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 9ea1cdf commit f933b1eCopy full SHA for f933b1e
tests/cli_test.py
@@ -20,7 +20,7 @@ def main():
20
global logger
21
22
argv = sys.argv[1:]
23
- path_to_find_bin = os.path.abspath("test/test")
+ path_to_find_bin = os.path.abspath("tests/test_files/test")
24
start_time = datetime.now().strftime('%Y-%m-%d_%H-%M-%S')
25
output_file_name = ""
26
0 commit comments