Skip to content

Commit

Permalink
Merge pull request #174 from 4dn-dcic/ajs_rm_pdb
Browse files Browse the repository at this point in the history
removed pdb that was blocking file upload
  • Loading branch information
aschroed committed Dec 7, 2023
2 parents 2436979 + 5d47d3c commit f975242
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -6,6 +6,20 @@ Submit4DN
Change Log
----------

4.0.1
=====

`PR 174: remove pdb <https://github.com/4dn-dcic/Submit4DN/pull/174>`_

* remove stray pdb that got left in and hung file upload

4.0.0
=====

`PR 173: update python versions <https://github.com/4dn-dcic/Submit4DN/pull/173>`_

* update to use python versions 3.8 - 3.11

3.4.2
=====

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Submit4DN"
version = "4.0.0"
version = "4.0.1"
description = "Utility package for submitting data to the 4DN Data Portal"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion wranglertools/import_data.py
Expand Up @@ -1436,7 +1436,6 @@ def user_workflow_reader(workbook, sheet, connection):
def get_upload_creds(file_id, connection, extfilecreds=False): # pragma: no cover
creds2return = 'upload_credentials'
url = f"{file_id}/upload/"
import pdb; pdb.set_trace()
if extfilecreds:
creds2return = 'extra_files_creds'
req = ff_utils.authorized_request(f"{connection.key.get('server')}/{url}", auth=ff_utils.get_authentication_with_server(connection.key)).json()
Expand Down

0 comments on commit f975242

Please sign in to comment.