Skip to content

Commit 0b1eb66

Browse files
authored
Merge pull request #10 from Open-MBEE/develop
Update client.py
2 parents 210e8f6 + 9bef21d commit 0b1eb66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sysmlv2_client/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ def create_commit(self, project_id: str, commit_data: Dict[str, Any], branch_id:
139139
if params:
140140
endpoint += "?" + "&".join(params)
141141

142-
#print (">>> DEBUG create_commit")
143-
#print (endpoint)
142+
print (">>> SysMLv2_Python_Client::DEBUG create_commit")
143+
print (endpoint)
144144
#print (commit_data)
145145

146146
return self._request(

0 commit comments

Comments
 (0)