From 63c9b4d4e935b9cc30d0fb2991dc4b67f9f1bef4 Mon Sep 17 00:00:00 2001 From: Vee9ahd1 Date: Mon, 20 May 2019 22:44:51 -0400 Subject: fixed string cat bug --- gantools/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gantools') diff --git a/gantools/cli.py b/gantools/cli.py index b8e3d4b..d15e01d 100644 --- a/gantools/cli.py +++ b/gantools/cli.py @@ -38,7 +38,7 @@ def main(): ims = gan.sample(z_seq, label_seq, truncation_seq, args.nbatch) # save images to file - print('Saving image files: '+args.pathprefix) + print('Saving image files: '+str(args.pathprefix)) image_utils.save_images(ims, args.pathprefix) print('Done.') -- cgit v1.2.1