Skip to content

Commit 65f60b4

Browse files
committed
Small modification to geotag_from_rosbag.py to handle arg parser. Added script to geotag images for individual files and gnss.txt file.
2 parents c50d67a + 86f872b commit 65f60b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Lint with flake8
3131
run: |
3232
# stop the build if there are Python syntax errors or undefined names
33-
flake8 ./GEMstack --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=__init__.py || exit 1
33+
flake8 ./GEMstack --count --select=E9,F63,F7,F82 --ignore=F824 --show-source --statistics --exclude=__init__.py || exit 1
3434
# to enable more advanced checks on the repo, uncomment the lines below (There are around 3000 violations)
3535
# flake8 ./GEMstack --ignore=D,C901,E402,E231 --count --max-complexity=10 --max-line-length=127 --statistics --exclude=__init__.py || exit 1
3636
# if we want to enable documentation checks, uncomment the line below

0 commit comments

Comments
 (0)