You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
running the scaffolder and entering the path to the repo results in "Path [.] does not lead to a valid project for timesketch. Do you want to try again? [Y/n]:"
presumably because this test fails:
if not os.path.isfile(os.path.join(root_path, 'timesketch.conf')):
return False
@
Describe the bug
running the scaffolder and entering the path to the repo results in "Path [.] does not lead to a valid project for timesketch. Do you want to try again? [Y/n]:"
presumably because this test fails:
To Reproduce
Steps to reproduce the behavior:
timesketch
Path [.] does not lead to a valid project for timesketch. Do you want to try again? [Y/n]:
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: