Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Nov 7, 2024
1 parent 2604e94 commit 630f62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feelpp/benchmarking/scripts/girder.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ def upload_cli():
args = parser.parse_args()

girder_handler = GirderHandler(download_base_dir=None)
girder_handler.upload( args.directorys, args.girder_id )
girder_handler.upload( args.directory, args.girder_id )

return 0

0 comments on commit 630f62e

Please sign in to comment.