Skip to content

Commit

Permalink
Update Base.cls
Browse files Browse the repository at this point in the history
Parameter Folder set back to docker location
  • Loading branch information
uvg committed Jan 6, 2022
1 parent 2d84ab2 commit 4738c84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/AOC2021/Base.cls
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Class AOC2021.Base
{

Parameter Folder = "C:\devl\work\Cache\AOC\Files\2021\";
// Parameter Folder = "C:\devl\work\Cache\AOC\Files\2021\";

Parameter Folder = "/irisrun/repo/Files/";

ClassMethod GetInputToArray(fn As %String, ByRef recordsArr) As %Status
{
Expand Down

0 comments on commit 4738c84

Please sign in to comment.