Skip to content

Commit

Permalink
Fix crash when tj3 is called without any arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
scrapper committed Feb 27, 2012
1 parent 1cdfe81 commit 7d96966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/taskjuggler/apps/Tj3.rb
Expand Up @@ -142,7 +142,7 @@ def processArguments(argv)
def appMain(files)
if files.empty?
error('tj3_tjp_file_missing',
'You must provide at least one .tjp file', 1)
'You must provide at least one .tjp file')
end
if @outputDir != '' && !File.directory?(@outputDir)
error('tj3_outdir_missing',
Expand Down

0 comments on commit 7d96966

Please sign in to comment.