Linked Questions

0 votes
0 answers
713 views

I'm doing a import in mysql with this bash script: ddl="set names utf8; " ddl="$ddl set global net_buffer_length=1000000;" ddl="$ddl set global net_write_timeout=1000000;" ddl="$ddl set global ...
Daniel's user avatar
  • 225
0 votes
1 answer
151 views

I have the following code where if a certain condition is true i try to execute a python code inside a shell script. The issue is i keep getting an IndentationError: unexpected indent and i am not ...
Dinero's user avatar
  • 1,150
0 votes
1 answer
49 views

The Problem The patch is generated in Python and then I would like to persist this data in changes.patch inside the Docker container so that I can subsequently apply the patch and commit the changes ...
Liqs's user avatar
  • 197

15 30 50 per page
1
2