Skip to content

Commit

Permalink
Remove check for remote config directory separate from file.
Browse files Browse the repository at this point in the history
  • Loading branch information
woodrow committed Jan 3, 2012
1 parent cada168 commit 3ea4ec6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions merge_experiments.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ function main(arg)
remote_fullpath = path.abspath(arg[1])
remote_dirpath = path.dirname(remote_fullpath)
remote_filename = path.basename(remote_fullpath)
if not path.exists(remote_dirpath) then
print(string.format("Remote experiment config directory %q not found",
remote_dirpath))
os.exit(1)
end
if not path.exists(remote_fullpath) then
print(string.format("Remote experiment UCI file %q not found",
remote_fullpath))
Expand Down

0 comments on commit 3ea4ec6

Please sign in to comment.