Skip to content

Commit 7b11c64

Browse files
committed
debug in client
1 parent c3cc119 commit 7b11c64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qiita_client/qiita_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,7 @@ def push_file_to_central(self, filepath):
881881
for root, dirnames, filenames in os.walk(filepath):
882882
for filename in fnmatch.filter(filenames, "*"):
883883
fp = os.path.join(root, filename)
884+
print("äääääääääää '%s' '%s' '%s' '%s' " % (root, dirnames, filenames, os.path.join(dirpath, os.path.dirname(fp))))
884885
self.post('/cloud/push_file_to_central/',
885886
files={os.path.join(
886887
dirpath,

0 commit comments

Comments
 (0)