$ tar -czvf 'liunx adventure group'/ liunx\ adventure\ group/
tar (child): liunx adventure group/: Cannot open: Is a directory
tar (child): Error is not recoverable: exiting now
liunx adventure group/
liunx adventure group/datapacks/
liunx adventure group/advancements/
liunx adventure group/
我在row_output =.行中有上述错误。我怎么才能修好它?
for index, row_content in enumerate(info):
row_output = 'C:\Users\khana\Documents\all\' + index
if not os.path.exists(row_output):
os.makedirs(row_output)