Commit 5086e899 authored by James Lopez's avatar James Lopez

fix log statement

parent 6fa529e9
...@@ -15,7 +15,7 @@ class ProjectImportWorker ...@@ -15,7 +15,7 @@ class ProjectImportWorker
project.repository.after_import project.repository.after_import
project.import_finish project.import_finish
else else
logger.error("There was an error during the import: #{tmpfile}") logger.error("There was an error during the import: #{tmp_file}")
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment