Skip to content

Commit 9124dd8

Browse files
committed
oops
1 parent 38f90dd commit 9124dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittesting/utils/reloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def dprint(*args, fill=None, fill_width=60, **kwargs):
2828
caption = sep.join(args)
2929
args = "{0:{fill}<{width}}".format(caption and caption + sep,
3030
fill=fill, width=fill_width),
31-
print("[Package Reloader]", *args, **kwargs)
31+
print("[UnitTesting]", *args, **kwargs)
3232

3333

3434
def path_contains(a, b):

0 commit comments

Comments
 (0)