Skip to content

Commit

Permalink
Merge pull request #91 from tdt/development
Browse files Browse the repository at this point in the history
Hotfixes
  • Loading branch information
coreation committed Dec 24, 2015
2 parents 1238eed + 7fb9f83 commit 4ff8653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/jobs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Tdt/Input/ETL/JobExecuter.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function execute()
}

// Clean up after loader execution unless no new objects were loaded
if ($loaded_objects == 0) {
if ($loaded_objects > 0) {
$loader->cleanUp();
}

Expand Down

0 comments on commit 4ff8653

Please sign in to comment.