Skip to content

Commit

Permalink
fix method call to file move
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhayhurst committed Jun 3, 2020
1 parent 579df37 commit b98403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sumstats_service/resources/file_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def tidy_files(self):
# close down globus endpoint


def move_files_to_staging(self):
def move_file_to_staging(self):
# ftp mv from validated to staging
try:
self.set_valid_parent_path()
Expand Down

0 comments on commit b98403e

Please sign in to comment.