Skip to content

Commit 2a5dc90

Browse files
authored
Merge pull request galaxyproject#4199 from FredericBGA/library_upload_dir
Debug of script library_upload_dir.py
2 parents 95a879c + 3384e13 commit 2a5dc90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/api/library_upload_dir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def upload(self):
134134
# So that we can check if it really needs to be uploaded.
135135
already_uploaded = memo_key in self.memo_path.keys()
136136
fid = self.memoized_path(basepath, base_folder=self.folder_id)
137-
print('[%s/%s] %s/%s uploaded=%' % (idx + 1, len(all_files), fid, fname, already_uploaded))
137+
print('[%s/%s] %s/%s uploaded=%s' % (idx + 1, len(all_files), fid, fname, already_uploaded))
138138

139139
if not already_uploaded:
140140
if self.non_local:

0 commit comments

Comments
 (0)