File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -746,7 +746,7 @@ def __save_and_exit(self):
746
746
script = open (script_name ,"w" )
747
747
script .write ("#!/bin/sh\n " )
748
748
script .write ("cd %s\n " % install_dir )
749
- script .write ("python user_interface.py $* > %s\n " % (os .path .join (install_dir ,".." ,"photobooth.log" )))
749
+ script .write ("python3 user_interface.py $* > %s\n " % (os .path .join (install_dir ,".." ,"photobooth.log" )))
750
750
script .close ()
751
751
#make the script executable
752
752
import stat
@@ -1022,7 +1022,7 @@ def auth_callback(authorization_uri):
1022
1022
script = open (script_name ,"w" )
1023
1023
script .write ("#!/bin/sh\n " )
1024
1024
script .write ("cd %s\n " % install_dir )
1025
- script .write ("python user_interface.py $* > %s\n " % (os .path .join (install_dir ,".." ,"photobooth.log" )))
1025
+ script .write ("python3 user_interface.py $* > %s\n " % (os .path .join (install_dir ,".." ,"photobooth.log" )))
1026
1026
script .close ()
1027
1027
#make the script executable
1028
1028
import stat
You can’t perform that action at this time.
0 commit comments