Skip to content

Commit 08a77d6

Browse files
ZSPACE-12104 Extend metadata.
1 parent 45ed3df commit 08a77d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MainClass.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ public static void Main(string[] args)
5151
private static void XicParametersParsing(string[] args)
5252
{
5353
XicParameters parameters = new XicParameters();
54-
string singleFile = null;
54+
string singleFile = "D:\\ht\\testdata\\Columbo-PM-22-291-MetIDEFatePhoto-07092022-MA-04B.raw";
5555
string fileDirectory = null;
5656
string outputFile = null;
57-
string outputDirectory = null;
57+
string outputDirectory = "D:\\ht\\testdata";
5858
string logFormatString = null;
5959

6060
var optionSet = new OptionSet

0 commit comments

Comments
 (0)