change an error a little bit

This commit is contained in:
Jakub Trllo 2023-10-05 13:01:02 +02:00
parent d26df62e15
commit 2c68dbcc72

View file

@ -91,7 +91,7 @@ class OpenTaskPath(LauncherAction):
valid_workdir = os.path.normpath(valid_workdir)
if os.path.exists(valid_workdir):
return valid_workdir
raise AssertionError("Folder does not exist.")
raise AssertionError("Folder does not exist yet.")
@staticmethod
def open_in_explorer(path):