Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
hamster-time-tracker
remove-text-keyword-from-subprocess.run.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File remove-text-keyword-from-subprocess.run.patch of Package hamster-time-tracker
From 3c2c6e597fe70b31a99e28876968b0823009463e Mon Sep 17 00:00:00 2001 From: Martin Wilck <mwilck@suse.com> Date: Mon, 20 Nov 2023 16:41:30 +0100 Subject: [PATCH] remove text= keyword from subprocess.run --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index cf89a78..0b0d389 100644 --- a/wscript +++ b/wscript @@ -6,7 +6,7 @@ import subprocess from waflib import Utils # Reuse code from hamster to figure out the version number to use -process = subprocess.run(["python3", "src/hamster/version.py"], check=True, stdout=subprocess.PIPE, text=True) +process = subprocess.run(["python3", "src/hamster/version.py"], check=True, stdout=subprocess.PIPE) VERSION = process.stdout APPNAME = 'hamster' -- 2.42.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor