We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c790b commit f003258Copy full SHA for f003258
runmanager/__init__.py
@@ -923,8 +923,8 @@ def get_shot_globals(filepath):
923
"""
924
925
warnings.warn(
926
- DeprecationWarning("This function has moved to labscript_utils.shot_utils. "
927
- "Please update your code to import it from there."))
+ FutureWarning("get_shot_globals has moved to labscript_utils.shot_utils. "
+ "Please update your code to import it from there."))
928
929
return labscript_utils.shot_utils.get_shot_globals(filepath)
930
0 commit comments