Skip to content

Commit

Permalink
removed --ignore_camera_warnings_and_run_without_camera_exposure_control
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMariday committed Jan 7, 2025
1 parent f3dc0c4 commit 094244e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions marimapper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ def add_common_args(parser):

parser.add_argument("-v", "--verbose", action="store_true")

parser.add_argument(
"--ignore_camera_warnings_and_run_without_camera_exposure_control",
action="store_true",
help="Camera doesn't support camera control but don't have any other options? I mean you can try...",
)


def add_backend_args(parser):
parser.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "marimapper"
version = "V2.4"
version = "V2.4.1"

dependencies = [
"numpy<1.25.0,>=1.17.3",
Expand Down

0 comments on commit 094244e

Please sign in to comment.