Skip to content

Commit

Permalink
small pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson committed Apr 8, 2020
1 parent e27a1b2 commit 9d4847e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paths_cli/file_copying.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
mode='a'
)


class PrecomputeLoadNames(OPSStorageLoadNames):
def get(self, storage, name):
if len(name) == 0:
Expand All @@ -26,6 +27,7 @@ def get(self, storage, name):

return super(PrecomputeLoadNames, self).get(storage, name)


PRECOMPUTE_CVS = PrecomputeLoadNames(
param=Option('--cv', type=str, multiple=True,
help=('name of CV to precompute; if not specified all will'
Expand Down

0 comments on commit 9d4847e

Please sign in to comment.