Fix dest variable in file_utils.py
ClosedPublic

Authored by lbrabec on Jun 26 2014, 1:07 PM.

Details

Summary

Variable dest was defined on wrong place.

Test Plan

lint

Diff Detail

Repository
rLTRN libtaskotron
Lint
Lint Skipped
Unit
Unit Tests Skipped
lbrabec retitled this revision from to Fix dest variable in file_utils.py.Jun 26 2014, 1:07 PM
lbrabec updated this object.
lbrabec edited the test plan for this revision. (Show Details)
lbrabec added a reviewer: kparal.
jskladan requested changes to this revision.Jun 26 2014, 1:17 PM
jskladan added a reviewer: jskladan.
jskladan added a subscriber: jskladan.
jskladan added inline comments.
libtaskotron/file_utils.py
84

This was not really the problem (although moving this line does not really break anything). See below.

95

The problem was a bit different: this is what the line should look like:

log.exception("Can't create directory: %s", dirname)
This revision now requires changes to proceed.Jun 26 2014, 1:17 PM
lbrabec updated this revision to Diff 480.Jun 26 2014, 1:24 PM
  • fix: file_utils.py dest variable definiton
This revision is now accepted and ready to land.Jun 26 2014, 1:27 PM
lbrabec closed this revision.Jun 26 2014, 1:29 PM
lbrabec updated this revision to Diff 481.

Closed by commit rLTRN0b91c1dbdbfe (authored by @lbrabec).