Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rest-for-physics/restG4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1dc9a1a714c95dbc31e43763af53ebe216ce6fbd
Choose a base ref
..
head repository: rest-for-physics/restG4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c08cf08381d1db58ff5829bc61a065c30550eb4f
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +1 −1 .pre-commit-config.yaml
  2. +2 −0 examples/v2.1.7/replaceRMLVars.py
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -30,6 +30,6 @@ repos:
# - id: cmake-lint

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
2 changes: 2 additions & 0 deletions examples/v2.1.7/replaceRMLVars.py
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ def wrong(info):


def parseArg():

inp = ""
out = ""
p = ""
@@ -60,6 +61,7 @@ def parseArg():


def main():

inp_name, out_name, froms, tos = parseArg()
# print("input : " inp_name)
# print("output: " out_name)