Skip to content

Commit

Permalink
Merge pull request #309 from wanglin86769/convert-listTypeChanges.py-…
Browse files Browse the repository at this point in the history
…to-python3

Convert listTypeChanges.py to python3
  • Loading branch information
jacomago authored Jan 8, 2025
2 parents a103c66 + 36c6d37 commit 908fb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/source/samples/listTypeChanges.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
'''Get a list of PV's that have changed type and then display the previous/new type from the PV details'''
import os
import sys
Expand Down

0 comments on commit 908fb07

Please sign in to comment.