charmplusplus / projections

Performance Analysis Tool for Charm++
Apache License 2.0
5 stars 3 forks source link

Command Line Arguments with Spaces Incorrectly Parsed #24

Closed rbuch closed 10 years ago

rbuch commented 10 years ago

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!

pplimport commented 5 years ago

Original author: Yanhua Sun Original date: 2014-09-04 16:23:01


This is also fixed, right? If so, please close it.