Skip to content

Commit

Permalink
add disable for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Aug 23, 2016
1 parent 0e484d9 commit e39eb93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def setup_test_and_directories(self, casename1, run2_suffix):
case1root = os.path.join(self.tempdir, casename1)
case1 = CaseFake(case1root)
mytest = SystemTestsCompareTwoFake(case1, run_two_suffix = run2_suffix)
mytest._case1.make_rundir()
mytest._case2.make_rundir()
mytest._case1.make_rundir() #pylint: disable=maybe-no-member
mytest._case2.make_rundir() #pylint: disable=maybe-no-member

return mytest

Expand Down

0 comments on commit e39eb93

Please sign in to comment.