Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marySalvi committed Sep 22, 2023
1 parent 02a3310 commit 2ffe674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ascent/ascent/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def image_sequence(parent_folder, folder_name, path: Path, url, port):
new_folder["_id"],
{
"type": "image-sequence",
"fps": -1,
"fps": 1,
},
)
gc.sendRestRequest(
Expand Down
2 changes: 1 addition & 1 deletion ascent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name='ascent',
version='0.1.0',
py_modules=['ascent'],
install_requires=['click', 'pathlib'],
install_requires=['click', 'pathlib', 'girder_client'],
entry_points={
'console_scripts': [
'ascent = ascent.cli:ascent'
Expand Down

0 comments on commit 2ffe674

Please sign in to comment.