From 47780511a21a6d7ea60e2781b0355155f72a8c6e Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Sun, 26 Sep 2010 20:28:17 +0200 Subject: Fix error to call the diff functionen in import_srpm --- src/fedpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fedpkg.py b/src/fedpkg.py index 5f3219e..51aa88d 100755 --- a/src/fedpkg.py +++ b/src/fedpkg.py @@ -523,7 +523,7 @@ def import_srpm(args): sys.exit(1) # replace this system call with a proper diff target when it is # readys - mymodule.diff(cached=True) + pyfedpkg.diff(args.path, cached=True) print('--------------------------------------------') print("New content staged and new sources uploaded.") print("Commit if happy or revert with: git reset --hard HEAD") -- cgit