Skip to content

Commit

Permalink
Allow tests/test_product_stability.py to be executed.
Browse files Browse the repository at this point in the history
In the output it gives an example of how to update the data.
This commit makes it so the example can be used without modification.
  • Loading branch information
Mab879 committed Jan 22, 2024
1 parent 4dca425 commit 9ee2b83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_product_stability.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/python3

from __future__ import print_function

import argparse
Expand Down

0 comments on commit 9ee2b83

Please sign in to comment.