When attempting to load a file on the command line with a path that contains a space, the parser splits on the space.
For example:
ronak`machine:~$ projections ~/Test\ Dir/test.sts
Internal Error: Path [/home/ronak/Dir] supplied for file detection is not a directory! Please report to developers!
Original issue: https://charm.cs.illinois.edu/redmine/issues/518
When attempting to load a file on the command line with a path that contains a space, the parser splits on the space.
For example: ronak`machine:~$ projections ~/Test\ Dir/test.sts Internal Error: Path [/home/ronak/Dir] supplied for file detection is not a directory! Please report to developers!