Some pylint cleaning.
This commit is contained in:
parent
722389f838
commit
f368539447
10 changed files with 8 additions and 23 deletions
|
|
@ -21,7 +21,6 @@
|
|||
#
|
||||
#
|
||||
|
||||
import io
|
||||
import os
|
||||
import sys
|
||||
import re
|
||||
|
|
@ -348,7 +347,6 @@ class Local(object):
|
|||
continue
|
||||
|
||||
for entry in os.listdir(current_dir):
|
||||
rel_entry_path = os.path.join(sub_dir, entry)
|
||||
src = os.path.abspath(os.path.join(conf_dir,
|
||||
sub_dir,
|
||||
entry))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue