diff --git a/maap/maap.py b/maap/maap.py index 5b5182d..4c9762c 100644 --- a/maap/maap.py +++ b/maap/maap.py @@ -260,6 +260,10 @@ def cancelJob(self, jobid): def listJobs(self, username=None, page_size=None, offset=None): print("graceal1 in listJobs") + print(username) + print(self.profile) + print(self.profile.account_info()) + print(self.profile.account_info().keys()) if username==None and self.profile is not None and 'username' in self.profile.account_info().keys(): username = self.profile.account_info()['username'] print("graceal1 username in listJobs in maap-py is ")