Skip to content

Commit

Permalink
debug python
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu committed Aug 6, 2023
1 parent 33f1f2a commit 0b41516
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/update-nur.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ set -x



# FIXME: python3: No module named ci.nur.__main__; 'ci.nur' is a package and cannot be directly executed
pwd
ls
ls ci
ls ci/nur
ls ci/nur/__init__.py
python3 -m ci.nur.__init__ update

echo running update...
time \
python3 -m ci.nur update
Expand Down

0 comments on commit 0b41516

Please sign in to comment.