From 774fab26a224659b74ff772ece76778c49893158 Mon Sep 17 00:00:00 2001 From: "shihyun.kim" Date: Wed, 3 Apr 2013 18:04:40 +0900 Subject: [PATCH] [Title]Modify library 'ftools' to 'fileutils' [Desc.] [Issue] --- src/pkg_server/ChangeLogController.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pkg_server/ChangeLogController.rb b/src/pkg_server/ChangeLogController.rb index 2c362c5..a424edf 100644 --- a/src/pkg_server/ChangeLogController.rb +++ b/src/pkg_server/ChangeLogController.rb @@ -1,6 +1,6 @@ require "SnapshotController" require "PackageServerConstants" -require "ftools" +require "fileutils" $LOAD_PATH.unshift File.dirname(File.dirname(__FILE__))+"/common" require "FileUtil" @@ -54,7 +54,7 @@ class ChangeLogController localPath = getChangeLogPath() - File.makedirs(localPath) + FileUtils.mkdir_p(localPath) logger = DummyLog.new() -- 2.34.1