Skip to content

Commit 1ea541b

Browse files
db3000lstein
authored andcommitted
Reword deprecation warning for dream.py
- this plus previous commit closes #1087
1 parent 82b7c11 commit 1ea541b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/dream.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import invoke
66

77
if __name__ == '__main__':
8-
warnings.warn("dream.py is deprecated, please run invoke.py instead",
8+
warnings.warn("dream.py is being deprecated, please run invoke.py for the "
9+
"new UI/API or legacy_api.py for the old API",
910
DeprecationWarning)
1011
invoke.main()

0 commit comments

Comments
 (0)