Skip to content

Commit

Permalink
add some debug printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed Sep 20, 2023
1 parent 499a846 commit 9888fa0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ parts:
echo "\$SNAP/bin/python3.8 \$SNAP/run.py" > $SNAPCRAFT_PART_INSTALL/sasview-wrapper
chmod +x $SNAPCRAFT_PART_INSTALL/sasview-wrapper
/usr/bin/python3.8 $SNAP/setup.py
ls -l $SNAP
ls -l $SNAPCRAFT_PART_INSTALL
/usr/bin/python3.8 $SNAP/SasView/setup.py
snapcraftctl build
# Apply shebang rewrite as done by snapcraft
Expand Down

0 comments on commit 9888fa0

Please sign in to comment.