Skip to content

Commit

Permalink
Merge pull request #74 from EBISPOT/ftp_as_shared_storage
Browse files Browse the repository at this point in the history
fix method call to file move
  • Loading branch information
jdhayhurst authored Jun 3, 2020
2 parents 7547135 + b98403e commit e467399
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 e467399

Please sign in to comment.