We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d109be9 commit 41b3a72Copy full SHA for 41b3a72
1 file changed
osf/management/commands/export_user_account.py
@@ -242,7 +242,6 @@ def export_account(user_id, path, only_private=False, only_admin=False, export_f
242
.get_roots()
243
)
244
245
-
246
export_resources(projects_to_export, user, projects_dir, 'projects')
247
export_resources(preprints_to_export, user, preprints_dir, 'preprints')
248
export_resources(registrations_to_export, user, registrations_dir, 'registrations')
0 commit comments