Skip to content

Commit

Permalink
pep8 fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjake committed Mar 5, 2018
1 parent a95d15b commit 9d5364b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internetarchive/cli/ia_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def main(argv, session):
src_path = args['<src-identifier>/<src-file>']
dest_path = args['<dest-identifier>/<dest-file>']

# Validate args.
# Validate args.
s = Schema({
str: Use(bool),
'--metadata': list,
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ pep8ignore =
ia_upload.py E128
tests/* E402
internetarchive/cli/ia_download.py E501
internetarchive/cli/ia_copy.py E128
internetarchive/cli/ia_move.py E128
pep8maxlinelength = 90
flakes-ignore =
docs/source/conf.py UnusedImport

0 comments on commit 9d5364b

Please sign in to comment.